AWS Fundamentals Logo
AWS Fundamentals
AWS::CustomerProfiles::Domain

CustomerProfiles Domain

A domain defined for 3rd party data source in Profile Service

Properties

8 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DefaultExpirationDays
integer
Required
DomainName
string
RequiredCreate-only
DataStore
DataStore
DeadLetterQueueUrl
string
DefaultEncryptionKey
string
Matching
Matching
RuleBasedMatching
RuleBasedMatching
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreatedAtstringThe time of this integration got created
LastUpdatedAtstringThe time of this integration got last updated at
StatsDomainStats-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

profile:CreateDomainprofile:TagResourcekms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrants

read

profile:GetDomainkms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrants

update

profile:GetDomainprofile:UpdateDomainprofile:UntagResourceprofile:TagResourcekms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicy

delete

profile:DeleteDomainkms:CreateGrantkms:DescribeKeykms:GetKeyPolicykms:PutKeyPolicykms:ListGrants

list

profile:ListDomains

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceCustomerProfiles
Properties11
Required2
TaggingSupported
Primary IDDomainName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

DomainName

External Links