Domain

class Domain : KotlinCustomResource

A domain defined for 3rd party data source in Profile Service

Properties

Link copied to clipboard
val createdAt: Output<String>

The time of this integration got created

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
val domainName: Output<String>

The unique name of the domain.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val lastUpdatedAt: Output<String>

The time of this integration got last updated at

Link copied to clipboard
val matching: Output<DomainMatching>?

The process of matching duplicate profiles.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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

Link copied to clipboard
val stats: Output<DomainStats>
Link copied to clipboard
val tags: Output<List<Tag>>?

The tags (keys and values) associated with the domain

Link copied to clipboard
val urn: Output<String>