DomainEntry

Describes a domain recordset entry.

Types

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

Properties

Link copied to clipboard
val id: String?

The ID of the domain recordset entry.

Link copied to clipboard

When true, specifies whether the domain entry is an alias used by the Lightsail load balancer, Lightsail container service, Lightsail content delivery network (CDN) distribution, or another Amazon Web Services resource. You can include an alias (A type) record in your request, which points to the DNS name of a load balancer, container service, CDN distribution, or other Amazon Web Services resource and routes traffic to that resource.

Link copied to clipboard
val name: String?

The name of the domain.

Link copied to clipboard

(Discontinued) The options for the domain entry.

Link copied to clipboard

The target IP address (192.0.2.0), or AWS name server (ns-111.awsdns-22.com.).

Link copied to clipboard
val type: String?

The type of domain entry, such as address for IPv4 (A), address for IPv6 (AAAA), canonical name (CNAME), mail exchanger (MX), name server (NS), start of authority (SOA), service locator (SRV), or text (TXT).

Functions

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