You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationOption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The fully qualified domain name in the certificate request.

Returns:

  • (String)

    The fully qualified domain name in the certificate request.

#validation_statusString

The status of the domain validation. Valid values are listed below.

Possible values:

  • PENDING_VALIDATION
  • FAILED
  • SUCCESS

Returns:

  • (String)

    The status of the domain validation.