Uses of Class
software.amazon.awscdk.services.customerprofiles.CfnDomain.Builder
Packages that use CfnDomain.Builder
Package
Description
AWS::CustomerProfiles Construct Library
-
Uses of CfnDomain.Builder in software.amazon.awscdk.services.customerprofiles
Methods in software.amazon.awscdk.services.customerprofiles that return CfnDomain.BuilderModifier and TypeMethodDescriptionstatic CfnDomain.BuilderCfnDomain.Builder.deadLetterQueueUrl(String deadLetterQueueUrl) The URL of the SQS dead letter queue, which is used for reporting errors associated with ingesting data from third party applications.CfnDomain.Builder.defaultEncryptionKey(String defaultEncryptionKey) The default encryption key, which is an AWS managed key, is used when no specific type of encryption key is specified.CfnDomain.Builder.defaultExpirationDays(Number defaultExpirationDays) The default number of days until the data within the domain expires.CfnDomain.Builder.domainName(String domainName) The unique name of the domain.CfnDomain.Builder.matching(IResolvable matching) The process of matching duplicate profiles.CfnDomain.Builder.matching(CfnDomain.MatchingProperty matching) The process of matching duplicate profiles.CfnDomain.Builder.ruleBasedMatching(IResolvable ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.CfnDomain.Builder.ruleBasedMatching(CfnDomain.RuleBasedMatchingProperty ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.The tags used to organize, track, or control access for this resource.