Class: Aws::Lightsail::Types::LoadBalancerTlsCertificateDomainValidationRecord

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_record_creation_stateTypes::LoadBalancerTlsCertificateDnsRecordCreationState

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.



11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11536

class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :validation_status,
  :domain_name,
  :dns_record_creation_state)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

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

Returns:

  • (String)


11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11536

class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :validation_status,
  :domain_name,
  :dns_record_creation_state)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

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

Returns:

  • (String)


11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11536

class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :validation_status,
  :domain_name,
  :dns_record_creation_state)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

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

Returns:

  • (String)


11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11536

class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :validation_status,
  :domain_name,
  :dns_record_creation_state)
  SENSITIVE = []
  include Aws::Structure
end

#validation_statusString

The validation status. Valid values are listed below.

Returns:

  • (String)


11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11536

class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :validation_status,
  :domain_name,
  :dns_record_creation_state)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for that type.

Returns:

  • (String)


11536
11537
11538
11539
11540
11541
11542
11543
11544
11545
# File 'gems/aws-sdk-lightsail/lib/aws-sdk-lightsail/types.rb', line 11536

class LoadBalancerTlsCertificateDomainValidationRecord < Struct.new(
  :name,
  :type,
  :value,
  :validation_status,
  :domain_name,
  :dns_record_creation_state)
  SENSITIVE = []
  include Aws::Structure
end