GetDomainResult

data class GetDomainResult(val arn: String, val createdAt: String, val description: String, val domainVersion: String, val id: String, val lastUpdatedAt: String, val managedAccountId: String, val name: String, val portalUrl: String, val status: String)

A collection of values returned by getDomain.

Constructors

Link copied to clipboard
constructor(arn: String, createdAt: String, description: String, domainVersion: String, id: String, lastUpdatedAt: String, managedAccountId: String, name: String, portalUrl: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Domain.

Link copied to clipboard

The date and time the Domain was created.

Link copied to clipboard

Description of the Domain.

Link copied to clipboard

Version of the Domain.

Link copied to clipboard
val id: String
Link copied to clipboard

The date and time the Domain was last updated.

Link copied to clipboard

The AWS account ID that owns the Domain.

Link copied to clipboard
Link copied to clipboard

URL of the Domain.

Link copied to clipboard

Status of the Domain.