AWS::CustomerProfiles::CalculatedAttributeDefinitionA calculated attribute definition for Customer Profiles
9 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
AttributeDetails | AttributeDetails | Required |
CalculatedAttributeName | string | RequiredCreate-only |
DomainName | string | RequiredCreate-only |
Statistic | string | Required |
Conditions | Conditions | |
Description | string | |
DisplayName | string | |
Tags | array | |
UseHistoricalData | boolean | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when the calculated attribute definition was created. |
LastUpdatedAt | string | The timestamp of when the calculated attribute definition was most recently edited. |
Readiness | Readiness | - |
Status | string | The status of the calculated attribute definition. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::CalculatedAttributeDefinition
Resources:
MyResource:
Type: AWS::CustomerProfiles::CalculatedAttributeDefinition
Properties:
DomainName: "my-domainname"
CalculatedAttributeName: "my-calculatedattributename"
AttributeDetails: "value"
Statistic: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
profile:CreateCalculatedAttributeDefinitionprofile:TagResourceprofile:GetCalculatedAttributeDefinitionprofile:GetCalculatedAttributeDefinitionprofile:UpdateCalculatedAttributeDefinitionprofile:UntagResourceprofile:TagResourceprofile:DeleteCalculatedAttributeDefinitionprofile:ListCalculatedAttributeDefinitionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDomainNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DomainNameCalculatedAttributeNameUseHistoricalDataConditions/Range/TimestampSourceConditions/Range/TimestampFormat