aws-cdk-lib.aws_customerprofiles.CfnCalculatedAttributeDefinition.AttributeItemProperty

interface AttributeItemProperty

LanguageType name
.NETAmazon.CDK.AWS.CustomerProfiles.CfnCalculatedAttributeDefinition.AttributeItemProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnCalculatedAttributeDefinition_AttributeItemProperty
Javasoftware.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition.AttributeItemProperty
Pythonaws_cdk.aws_customerprofiles.CfnCalculatedAttributeDefinition.AttributeItemProperty
TypeScript aws-cdk-lib » aws_customerprofiles » CfnCalculatedAttributeDefinition » AttributeItemProperty

The details of a single attribute item specified in the mathematical expression.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_customerprofiles as customerprofiles } from 'aws-cdk-lib';
const attributeItemProperty: customerprofiles.CfnCalculatedAttributeDefinition.AttributeItemProperty = {
  name: 'name',
};

Properties

NameTypeDescription
namestringThe unique name of the calculated attribute.

name

Type: string

The unique name of the calculated attribute.