Domain Args
data class DomainArgs(val deadLetterQueueUrl: Output<String>? = null, val defaultEncryptionKey: Output<String>? = null, val defaultExpirationDays: Output<Int>? = null, val domainName: Output<String>? = null, val matching: Output<DomainMatchingArgs>? = null, val ruleBasedMatching: Output<DomainRuleBasedMatchingArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DomainArgs>
A domain defined for 3rd party data source in Profile Service
Constructors
Link copied to clipboard
constructor(deadLetterQueueUrl: Output<String>? = null, defaultEncryptionKey: Output<String>? = null, defaultExpirationDays: Output<Int>? = null, domainName: Output<String>? = null, matching: Output<DomainMatchingArgs>? = null, ruleBasedMatching: Output<DomainRuleBasedMatchingArgs>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The URL of the SQS dead letter queue
Link copied to clipboard
The default encryption key
Link copied to clipboard
The default number of days until the data within the domain expires.
Link copied to clipboard
The unique name of the domain.
Link copied to clipboard
The process of matching duplicate profiles.
Link copied to clipboard
The process of matching duplicate profiles using Rule-Based matching.