DomainDescription

Information about a domain. A domain is a container for repositories. When you create a domain, it is empty until you add one or more repositories.

Types

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

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the domain.

Link copied to clipboard

The total size of all assets in the domain.

Link copied to clipboard

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

Link copied to clipboard

The ARN of an Key Management Service (KMS) key associated with a domain.

Link copied to clipboard
val name: String?

The name of the domain.

Link copied to clipboard

The Amazon Web Services account ID that owns the domain.

Link copied to clipboard

The number of repositories in the domain.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon S3 bucket that is used to store package assets in the domain.

Link copied to clipboard

The current status of a domain.

Functions

Link copied to clipboard
inline fun copy(block: DomainDescription.Builder.() -> Unit = {}): DomainDescription
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