AWS::CustomerProfiles::DomainA domain defined for 3rd party data source in Profile Service
8 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DefaultExpirationDays | integer | Required |
DomainName | string | RequiredCreate-only |
DataStore | DataStore | |
DeadLetterQueueUrl | string | |
DefaultEncryptionKey | string | |
Matching | Matching | |
RuleBasedMatching | RuleBasedMatching | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The time of this integration got created |
LastUpdatedAt | string | The time of this integration got last updated at |
Stats | DomainStats | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::Domain
Resources:
MyResource:
Type: AWS::CustomerProfiles::Domain
Properties:
DomainName: "my-domainname"
DefaultExpirationDays: 1
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
profile:CreateDomainprofile:TagResourcekms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantsprofile:GetDomainkms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantsprofile:GetDomainprofile:UpdateDomainprofile:UntagResourceprofile:TagResourcekms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicyprofile:DeleteDomainkms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrantsprofile:ListDomainsOur 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.
DomainName