Get Domain Result
data class GetDomainResult(val createdAt: String? = null, val deadLetterQueueUrl: String? = null, val defaultEncryptionKey: String? = null, val defaultExpirationDays: Int? = null, val lastUpdatedAt: String? = null, val matching: DomainMatching? = null, val ruleBasedMatching: DomainRuleBasedMatching? = null, val stats: DomainStats? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(createdAt: String? = null, deadLetterQueueUrl: String? = null, defaultEncryptionKey: String? = null, defaultExpirationDays: Int? = null, lastUpdatedAt: String? = null, matching: DomainMatching? = null, ruleBasedMatching: DomainRuleBasedMatching? = null, stats: DomainStats? = null, tags: List<Tag>? = 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 time of this integration got last updated at
Link copied to clipboard
The process of matching duplicate profiles.
Link copied to clipboard
The process of matching duplicate profiles using Rule-Based matching.
Link copied to clipboard