Uses of Class
software.amazon.awscdk.services.customerprofiles.CfnObjectType.Builder
Packages that use CfnObjectType.Builder
Package
Description
AWS::CustomerProfiles Construct Library
-
Uses of CfnObjectType.Builder in software.amazon.awscdk.services.customerprofiles
Methods in software.amazon.awscdk.services.customerprofiles that return CfnObjectType.BuilderModifier and TypeMethodDescriptionCfnObjectType.Builder.allowProfileCreation(Boolean allowProfileCreation) Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.CfnObjectType.Builder.allowProfileCreation(IResolvable allowProfileCreation) Indicates whether a profile should be created when data is received if one doesn’t exist for an object of this type.static CfnObjectType.BuilderCfnObjectType.Builder.description(String description) The description of the profile object type mapping.CfnObjectType.Builder.domainName(String domainName) The unique name of the domain.CfnObjectType.Builder.encryptionKey(String encryptionKey) The customer-provided key to encrypt the profile object that will be created in this profile object type mapping.CfnObjectType.Builder.expirationDays(Number expirationDays) The number of days until the data of this type expires.A list of field definitions for the object type mapping.CfnObjectType.Builder.fields(IResolvable fields) A list of field definitions for the object type mapping.A list of keys that can be used to map data to the profile or search for the profile.CfnObjectType.Builder.keys(IResolvable keys) A list of keys that can be used to map data to the profile or search for the profile.CfnObjectType.Builder.objectTypeName(String objectTypeName) The name of the profile object type.CfnObjectType.Builder.sourceLastUpdatedTimestampFormat(String sourceLastUpdatedTimestampFormat) The format of your sourceLastUpdatedTimestamp that was previously set up.The tags used to organize, track, or control access for this resource.CfnObjectType.Builder.templateId(String templateId) A unique identifier for the template mapping.