AWS::CustomerProfiles::ObjectTypeAn ObjectType resource of Amazon Connect Customer Profiles
13 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Description | string | Required |
DomainName | string | RequiredCreate-only |
ObjectTypeName | string | RequiredCreate-only |
AllowProfileCreation | boolean | |
EncryptionKey | string | |
ExpirationDays | integer | |
Fields | Array<FieldMap> | |
Keys | Array<KeyMap> | |
MaxProfileObjectCount | integer | |
SourceLastUpdatedTimestampFormat | string | |
SourcePriority | integer | |
Tags | Array<Tag> | |
TemplateId | string |
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. |
MaxAvailableProfileObjectCount | integer | The maximum available number of profile objects |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::CustomerProfiles::ObjectType
Resources:
MyResource:
Type: AWS::CustomerProfiles::ObjectType
Properties:
DomainName: "my-domainname"
ObjectTypeName: "my-objecttypename"
Description: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
profile:GetProfileObjectTypeprofile:PutProfileObjectTypeprofile:TagResourcekms:GenerateDataKeykms:Decryptprofile:GetProfileObjectTypekms:GenerateDataKeykms:Decryptprofile:GetProfileObjectTypeprofile:PutProfileObjectTypeprofile:UntagResourceprofile:TagResourcekms:GenerateDataKeykms:Decryptprofile:DeleteProfileObjectTypeprofile:ListProfileObjectTypeskms: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.
DomainNameObjectTypeName