interface AttributeItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.CustomerProfiles.CfnCalculatedAttributeDefinition.AttributeItemProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscustomerprofiles#CfnCalculatedAttributeDefinition_AttributeItemProperty |
Java | software.amazon.awscdk.services.customerprofiles.CfnCalculatedAttributeDefinition.AttributeItemProperty |
Python | aws_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
| Name | Type | Description |
|---|---|---|
| name | string | The unique name of the calculated attribute. |
name
Type:
string
The unique name of the calculated attribute.

.NET
Go
Java
Python
TypeScript