AWS::CustomerProfiles::CalculatedAttributeDefinitionA calculated attribute definition for Customer Profiles.
import { CfnCalculatedAttributeDefinition } from 'aws-cdk-lib/aws-customerprofiles';Or use the module namespace:
import * as customerprofiles from 'aws-cdk-lib/aws-customerprofiles';
// customerprofiles.CfnCalculatedAttributeDefinitionConfiguration passed to the constructor as CfnCalculatedAttributeDefinitionProps.
attributeDetailsRequiredIResolvable | AttributeDetailsPropertyMathematical expression and a list of attribute items specified in that expression.
calculatedAttributeNameRequiredstringThe name of an attribute defined in a profile object type.
domainNameRequiredstringThe unique name of the domain.
statisticRequiredstringThe aggregation operation to perform for the calculated attribute.
conditionsOptionalIResolvable | ConditionsPropertyThe conditions including range, object count, and threshold for the calculated attribute.
descriptionOptionalstringThe description of the calculated attribute.
displayNameOptionalstringThe display name of the calculated attribute.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
useHistoricalDataOptionalboolean | IResolvableWhether historical data ingested before the Calculated Attribute was created should be included in calculations.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-customerprofilesAWS::CustomerProfiles::CalculatedAttributeDefinition