Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.customerprofiles.CfnDomainPropsMixin.Builder
Packages that use CfnDomainPropsMixin.Builder
-
Uses of CfnDomainPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.customerprofiles
Methods in software.amazon.awscdk.cfnpropertymixins.services.customerprofiles that return CfnDomainPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnDomainPropsMixin.BuilderCfnDomainPropsMixin.Builder.create()static CfnDomainPropsMixin.BuilderCfnDomainPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnDomainPropsMixin.Builder.dataStore(CfnDomainPropsMixin.DataStoreProperty dataStore) Configuration and status of the data store for the domain.CfnDomainPropsMixin.Builder.dataStore(IResolvable dataStore) Configuration and status of the data store for the domain.CfnDomainPropsMixin.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.CfnDomainPropsMixin.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.CfnDomainPropsMixin.Builder.defaultExpirationDays(Number defaultExpirationDays) The default number of days until the data within the domain expires.CfnDomainPropsMixin.Builder.domainName(String domainName) The unique name of the domain.CfnDomainPropsMixin.Builder.matching(CfnDomainPropsMixin.MatchingProperty matching) The process of matching duplicate profiles.CfnDomainPropsMixin.Builder.matching(IResolvable matching) The process of matching duplicate profiles.CfnDomainPropsMixin.Builder.ruleBasedMatching(CfnDomainPropsMixin.RuleBasedMatchingProperty ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.CfnDomainPropsMixin.Builder.ruleBasedMatching(IResolvable ruleBasedMatching) The process of matching duplicate profiles using Rule-Based matching.The tags used to organize, track, or control access for this resource.