Domain Args
data class DomainArgs(val description: Output<String>? = null, val domainExecutionRole: Output<String>? = null, val kmsKeyIdentifier: Output<String>? = null, val name: Output<String>? = null, val singleSignOn: Output<DomainSingleSignOnArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DomainArgs>
A domain is an organizing entity for connecting together assets, users, and their projects
Properties
Link copied to clipboard
The description of the Amazon DataZone domain.
Link copied to clipboard
The domain execution role that is created when an Amazon DataZone domain is created. The domain execution role is created in the AWS account that houses the Amazon DataZone domain.
Link copied to clipboard
The identifier of the AWS Key Management Service (KMS) key that is used to encrypt the Amazon DataZone domain, metadata, and reporting data.
Link copied to clipboard
The single-sign on configuration of the Amazon DataZone domain.