DomainSummary

Information about a domain, including its name, Amazon Resource Name (ARN), and status. The ListDomains operation returns a list of DomainSummary objects.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The ARN of the domain.

Link copied to clipboard

A timestamp that contains the date and time the domain was created.

Link copied to clipboard

The key used to encrypt the domain.

Link copied to clipboard
val name: String?

The name of the domain.

Link copied to clipboard

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

Link copied to clipboard

A string that contains the status of the domain.

Functions

Link copied to clipboard
inline fun copy(block: DomainSummary.Builder.() -> Unit = {}): DomainSummary
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String