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

Class: Aws::SecurityHub::Types::AwsCertificateManagerCertificateDomainValidationOption

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

Overview

Note:

When passing AwsCertificateManagerCertificateDomainValidationOption as input to an Aws::Client method, you can use a vanilla Hash:

{
  domain_name: "NonEmptyString",
  resource_record: {
    name: "NonEmptyString",
    type: "NonEmptyString",
    value: "NonEmptyString",
  },
  validation_domain: "NonEmptyString",
  validation_emails: ["NonEmptyString"],
  validation_method: "NonEmptyString",
  validation_status: "NonEmptyString",
}

Contains information about one of the following:

  • The initial validation of each domain name that occurs as a result of the RequestCertificate request

  • The validation of each domain name in the certificate, as it pertains to AWS Certificate Manager managed renewal

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

A fully qualified domain name (FQDN) in the certificate.

Returns:

  • (String)

    A fully qualified domain name (FQDN) in the certificate.

#resource_recordTypes::AwsCertificateManagerCertificateResourceRecord

The CNAME record that is added to the DNS database for domain validation.

Returns:

#validation_domainString

The domain name that AWS Certificate Manager uses to send domain validation emails.

Returns:

  • (String)

    The domain name that AWS Certificate Manager uses to send domain validation emails.

#validation_emailsArray<String>

A list of email addresses that AWS Certificate Manager uses to send domain validation emails.

Returns:

  • (Array<String>)

    A list of email addresses that AWS Certificate Manager uses to send domain validation emails.

#validation_methodString

The method used to validate the domain name.

Returns:

  • (String)

    The method used to validate the domain name.

#validation_statusString

The validation status of the domain name.

Returns:

  • (String)

    The validation status of the domain name.