Get Domain Result
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)
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 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
The ID of the root domain in Amazon Datazone.
Link copied to clipboard
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
The status of the Amazon DataZone domain.