Domain

class Domain

Describes a domain where you are storing recordsets.

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 recordset (arn:aws:lightsail:global:123456789101:Domain/824cede0-abc7-4f84-8dbc-12345EXAMPLE).

Link copied to clipboard

The date when the domain recordset was created.

Link copied to clipboard

An array of key-value pairs containing information about the domain entries.

Link copied to clipboard

The AWS Region and Availability Zones where the domain recordset was created.

Link copied to clipboard
val name: String?

The name of the domain.

Link copied to clipboard

An object that describes the state of the Route 53 domain delegation to a Lightsail DNS zone.

Link copied to clipboard

The resource type.

Link copied to clipboard

The support code. Include this code in your email to support when you have questions about an instance or another resource in Lightsail. This code enables our support team to look up your Lightsail information more easily.

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

The tag keys and optional values for the resource. For more information about tags in Lightsail, see the Amazon Lightsail Developer Guide.

Functions

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