AWS Fundamentals Logo
AWS Fundamentals
AWS::CustomerProfiles::DomainObjectType

CustomerProfiles DomainObjectType

Resource Type definition for AWS::CustomerProfiles::DomainObjectType

Properties

6 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DomainName
string
RequiredCreate-only
Fields
DomainObjectTypeFields
RequiredCreate-only
ObjectTypeName
string
RequiredCreate-only
Description
string
EncryptionKey
string
Tags
array

Return Values

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

AttributeTypeDescription
CreatedAtstringThe timestamp of when the domain object type was created.
LastUpdatedAtstringThe timestamp of when the domain object type was most recently edited.

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::DomainObjectType

Resources:
  MyResource:
    Type: AWS::CustomerProfiles::DomainObjectType
    Properties:
      DomainName: "my-domainname"
      ObjectTypeName: "my-objecttypename"
      Fields: "value"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

profile:GetDomainprofile:GetDomainObjectTypeprofile:PutDomainObjectTypeprofile:TagResourcekms:GenerateDataKeykms:Decryptkms:CreateGrantkms:DescribeKey

read

profile:GetDomainObjectTypeprofile:ListTagsForResourcekms:GenerateDataKeykms:Decrypt

update

profile:GetDomainObjectTypeprofile:PutDomainObjectTypeprofile:UntagResourceprofile:TagResourceprofile:ListTagsForResourcekms:GenerateDataKeykms:Decrypt

delete

profile:DeleteDomainObjectType

list

profile:ListDomainObjectTypeskms:GenerateDataKeykms:Decrypt

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
Properties8
Required3
TaggingSupported
Primary IDDomainName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DomainNameObjectTypeNameFields

External Links