interface AttributeItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CustomerProfiles.CfnCalculatedAttributeDefinitionPropsMixin.AttributeItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscustomerprofiles#CfnCalculatedAttributeDefinitionPropsMixin_AttributeItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnCalculatedAttributeDefinitionPropsMixin.AttributeItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_customerprofiles.CfnCalculatedAttributeDefinitionPropsMixin.AttributeItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_customerprofiles » CfnCalculatedAttributeDefinitionPropsMixin » 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/cfn-property-mixins';
const attributeItemProperty: customerprofiles.CfnCalculatedAttributeDefinitionPropsMixin.AttributeItemProperty = {
name: 'name',
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | The unique name of the calculated attribute. |
name?
Type:
string
(optional)
The unique name of the calculated attribute.

.NET
Go
Java
Python
TypeScript