AWS Fundamentals Logo
AWS Fundamentals
AWS::CustomerProfiles::ObjectType

CustomerProfiles ObjectType

An ObjectType resource of Amazon Connect Customer Profiles

Properties

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

Filter:
PropertyTypeFlags
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

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.
MaxAvailableProfileObjectCountintegerThe maximum available number of profile objects

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

Resources:
  MyResource:
    Type: AWS::CustomerProfiles::ObjectType
    Properties:
      DomainName: "my-domainname"
      ObjectTypeName: "my-objecttypename"
      Description: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

profile:GetProfileObjectTypeprofile:PutProfileObjectTypeprofile:TagResourcekms:GenerateDataKeykms:Decrypt

read

profile:GetProfileObjectTypekms:GenerateDataKeykms:Decrypt

update

profile:GetProfileObjectTypeprofile:PutProfileObjectTypeprofile:UntagResourceprofile:TagResourcekms:GenerateDataKeykms:Decrypt

delete

profile:DeleteProfileObjectType

list

profile:ListProfileObjectTypeskms: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
Properties16
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.

DomainNameObjectTypeName

External Links