AWS::CustomerProfiles::DomainObjectTypeResource Type definition for AWS::CustomerProfiles::DomainObjectType
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DomainName | string | RequiredCreate-only |
Fields | DomainObjectTypeFields | RequiredCreate-only |
ObjectTypeName | string | RequiredCreate-only |
Description | string | |
EncryptionKey | string | |
Tags | array |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | The timestamp of when the domain object type was created. |
LastUpdatedAt | string | The timestamp of when the domain object type was most recently edited. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
profile:GetDomainprofile:GetDomainObjectTypeprofile:PutDomainObjectTypeprofile:TagResourcekms:GenerateDataKeykms:Decryptkms:CreateGrantkms:DescribeKeyprofile:GetDomainObjectTypeprofile:ListTagsForResourcekms:GenerateDataKeykms:Decryptprofile:GetDomainObjectTypeprofile:PutDomainObjectTypeprofile:UntagResourceprofile:TagResourceprofile:ListTagsForResourcekms:GenerateDataKeykms:Decryptprofile:DeleteDomainObjectTypeprofile:ListDomainObjectTypeskms:GenerateDataKeykms:DecryptOur 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.
DomainNameObjectTypeNameFields