libZSservicesZSamazonka-certificatemanagerZSamazonka-certificatemanager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CertificateManager.Types.DomainValidation

Description

 
Synopsis

Documentation

data DomainValidation Source #

Contains information about the validation of each domain name in the certificate.

See: newDomainValidation smart constructor.

Constructors

DomainValidation' 

Fields

  • validationEmails :: Maybe [Text]

    A list of email addresses that ACM used to send domain validation emails.

  • validationMethod :: Maybe ValidationMethod

    Specifies the domain validation method.

  • resourceRecord :: Maybe ResourceRecord

    Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

    Note: The CNAME information that you need does not include the name of your domain. If you include
 your domain name in the DNS database CNAME record, validation fails.
 For example, if the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.

  • validationStatus :: Maybe DomainStatus

    The validation status of the domain name. This can be one of the following values:

    • PENDING_VALIDATION
    • @@SUCCESS
    • @@FAILED
  • validationDomain :: Maybe Text

    The domain name that ACM used to send domain validation emails.

  • domainName :: Text

    A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

Instances

Instances details
Eq DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Read DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Show DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Generic DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Associated Types

type Rep DomainValidation :: Type -> Type #

NFData DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Methods

rnf :: DomainValidation -> () #

Hashable DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

FromJSON DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

type Rep DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

type Rep DomainValidation = D1 ('MetaData "DomainValidation" "Amazonka.CertificateManager.Types.DomainValidation" "libZSservicesZSamazonka-certificatemanagerZSamazonka-certificatemanager" 'False) (C1 ('MetaCons "DomainValidation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "validationEmails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 ('MetaSel ('Just "validationMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidationMethod)) :*: S1 ('MetaSel ('Just "resourceRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceRecord)))) :*: (S1 ('MetaSel ('Just "validationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainStatus)) :*: (S1 ('MetaSel ('Just "validationDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "domainName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newDomainValidation Source #

Create a value of DomainValidation with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:validationEmails:DomainValidation', domainValidation_validationEmails - A list of email addresses that ACM used to send domain validation emails.

$sel:validationMethod:DomainValidation', domainValidation_validationMethod - Specifies the domain validation method.

$sel:resourceRecord:DomainValidation', domainValidation_resourceRecord - Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

Note: The CNAME information that you need does not include the name of your domain. If you include
 your domain name in the DNS database CNAME record, validation fails.
 For example, if the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.

$sel:validationStatus:DomainValidation', domainValidation_validationStatus - The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION
  • @@SUCCESS
  • @@FAILED

$sel:validationDomain:DomainValidation', domainValidation_validationDomain - The domain name that ACM used to send domain validation emails.

$sel:domainName:DomainValidation', domainValidation_domainName - A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.

domainValidation_validationEmails :: Lens' DomainValidation (Maybe [Text]) Source #

A list of email addresses that ACM used to send domain validation emails.

domainValidation_resourceRecord :: Lens' DomainValidation (Maybe ResourceRecord) Source #

Contains the CNAME record that you add to your DNS database for domain validation. For more information, see Use DNS to Validate Domain Ownership.

Note: The CNAME information that you need does not include the name of your domain. If you include
 your domain name in the DNS database CNAME record, validation fails.
 For example, if the name is "_a79865eb4cd1a6ab990a45779b4e0b96.yourdomain.com", only "_a79865eb4cd1a6ab990a45779b4e0b96" must be used.

domainValidation_validationStatus :: Lens' DomainValidation (Maybe DomainStatus) Source #

The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION
  • @@SUCCESS
  • @@FAILED

domainValidation_validationDomain :: Lens' DomainValidation (Maybe Text) Source #

The domain name that ACM used to send domain validation emails.

domainValidation_domainName :: Lens' DomainValidation Text Source #

A fully qualified domain name (FQDN) in the certificate. For example, www.example.com or example.com.