class Aws::SecurityHub::Types::AwsCertificateManagerCertificateDomainValidationOption

Contains information about one of the following:

@note When making an API call, you may pass AwsCertificateManagerCertificateDomainValidationOption

data as a hash:

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

@!attribute [rw] domain_name

A fully qualified domain name (FQDN) in the certificate.
@return [String]

@!attribute [rw] resource_record

The CNAME record that is added to the DNS database for domain
validation.
@return [Types::AwsCertificateManagerCertificateResourceRecord]

@!attribute [rw] validation_domain

The domain name that Certificate Manager uses to send domain
validation emails.
@return [String]

@!attribute [rw] validation_emails

A list of email addresses that Certificate Manager uses to send
domain validation emails.
@return [Array<String>]

@!attribute [rw] validation_method

The method used to validate the domain name.
@return [String]

@!attribute [rw] validation_status

The validation status of the domain name.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsCertificateManagerCertificateDomainValidationOption AWS API Documentation

Constants

SENSITIVE