DomainArgs

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
val deadLetterQueueUrl: Output<String>? = null

The URL of the SQS dead letter queue

Link copied to clipboard
val defaultEncryptionKey: Output<String>? = null

The default encryption key

Link copied to clipboard
val defaultExpirationDays: Output<Int>? = null

The default number of days until the data within the domain expires.

Link copied to clipboard
val domainName: Output<String>? = null

The unique name of the domain.

Link copied to clipboard
val matching: Output<DomainMatchingArgs>? = null

The process of matching duplicate profiles.

Link copied to clipboard

The process of matching duplicate profiles using Rule-Based matching.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags (keys and values) associated with the domain

Functions

Link copied to clipboard
open override fun toJava(): DomainArgs