LoadBalancerTlsCertificateDomainValidationRecord

Describes the validation record of each domain name in the SSL/TLS certificate.

Types

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

Properties

Link copied to clipboard

An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of a domain to validate domain ownership.

Link copied to clipboard

The domain name against which your SSL/TLS certificate was validated.

Link copied to clipboard
val name: String?

A fully qualified domain name in the certificate. For example, example.com.

Link copied to clipboard
val type: String?

The type of validation record. For example, CNAME for domain validation.

Link copied to clipboard

The validation status. Valid values are listed below.

Link copied to clipboard

The value for that type.

Functions

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