amazonka-certificatemanager-2.0: Amazon Certificate Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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

  • 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.

  • validationDomain :: Maybe Text

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

  • validationEmails :: Maybe [Text]

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

  • validationMethod :: Maybe ValidationMethod

    Specifies the domain validation method.

  • validationStatus :: Maybe DomainStatus

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

    • PENDING_VALIDATION
    • SUCCESS
    • FAILED
  • domainName :: Text

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

Instances

Instances details
FromJSON 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 #

Read DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Show DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

NFData DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Methods

rnf :: DomainValidation -> () #

Eq DomainValidation Source # 
Instance details

Defined in Amazonka.CertificateManager.Types.DomainValidation

Hashable 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" "amazonka-certificatemanager-2.0-CRaDh4gXGsJGb4mnkgvuBR" 'False) (C1 ('MetaCons "DomainValidation'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "resourceRecord") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ResourceRecord)) :*: (S1 ('MetaSel ('Just "validationDomain") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "validationEmails") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Text])))) :*: (S1 ('MetaSel ('Just "validationMethod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ValidationMethod)) :*: (S1 ('MetaSel ('Just "validationStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe DomainStatus)) :*: 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: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:validationDomain:DomainValidation', domainValidation_validationDomain - The domain name that ACM used to send domain validation emails.

$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:validationStatus:DomainValidation', domainValidation_validationStatus - The validation status of the domain name. This can be one of the following values:

  • PENDING_VALIDATION
  • SUCCESS
  • FAILED

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

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_validationDomain :: Lens' DomainValidation (Maybe Text) Source #

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

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

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

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_domainName :: Lens' DomainValidation Text Source #

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