GetDomainResult

data class GetDomainResult(val arn: String? = null, val createdAt: String? = null, val description: String? = null, val domainExecutionRole: String? = null, val id: String? = null, val lastUpdatedAt: String? = null, val managedAccountId: String? = null, val name: String? = null, val portalUrl: String? = null, val rootDomainUnitId: String? = null, val serviceRole: String? = null, val singleSignOn: DomainSingleSignOn? = null, val status: DomainStatus? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, description: String? = null, domainExecutionRole: String? = null, id: String? = null, lastUpdatedAt: String? = null, managedAccountId: String? = null, name: String? = null, portalUrl: String? = null, rootDomainUnitId: String? = null, serviceRole: String? = null, singleSignOn: DomainSingleSignOn? = null, status: DomainStatus? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the Amazon DataZone domain.

Link copied to clipboard
val createdAt: String? = null

The timestamp of when the Amazon DataZone domain was last updated.

Link copied to clipboard
val description: String? = null

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

The id of the Amazon DataZone domain.

Link copied to clipboard
val lastUpdatedAt: String? = null

The timestamp of when the Amazon DataZone domain was last updated.

Link copied to clipboard

The identifier of the AWS account that manages the domain.

Link copied to clipboard
val name: String? = null

The name of the Amazon DataZone domain.

Link copied to clipboard
val portalUrl: String? = null

The URL of the data portal for this Amazon DataZone domain.

Link copied to clipboard

The ID of the root domain in Amazon Datazone.

Link copied to clipboard
val serviceRole: String? = null

The service role of the domain that is created.

Link copied to clipboard

The single-sign on configuration of the Amazon DataZone domain.

Link copied to clipboard
val status: DomainStatus? = null

The status of the Amazon DataZone domain.

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

The tags specified for the Amazon DataZone domain.