Skip to content

/AWS1/CL_ACMDOMAINVLDTNSUMMARY

Contains per-domain validation information for a certificate. This structure is returned as a member of the ListCertificateDomainValidations response.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_domainname TYPE /AWS1/ACMDOMAINNAMESTRING /AWS1/ACMDOMAINNAMESTRING

The fully qualified domain name (FQDN) in the certificate for which this validation summary applies.

Optional arguments:

io_activevalidationconf TYPE REF TO /AWS1/CL_ACMVALIDATIONCONF /AWS1/CL_ACMVALIDATIONCONF

The validation configuration currently in effect for this domain. This reflects the validation method that ACM is currently using to validate domain ownership (for example, email or DNS).

io_requestedvalidationconf TYPE REF TO /AWS1/CL_ACMVALIDATIONCONF /AWS1/CL_ACMVALIDATIONCONF

The validation configuration for a pending validation method migration. This field is present only when a migration is in progress (for example, from email to DNS validation). It contains the target validation method, the current validation status, and the validation challenge details (such as the CNAME record to add to your DNS configuration).


Queryable Attributes

DomainName

The fully qualified domain name (FQDN) in the certificate for which this validation summary applies.

Accessible with the following methods

Method Description
GET_DOMAINNAME() Getter for DOMAINNAME, with configurable default
ASK_DOMAINNAME() Getter for DOMAINNAME w/ exceptions if field has no value
HAS_DOMAINNAME() Determine if DOMAINNAME has a value

ActiveValidationConfiguration

The validation configuration currently in effect for this domain. This reflects the validation method that ACM is currently using to validate domain ownership (for example, email or DNS).

Accessible with the following methods

Method Description
GET_ACTIVEVALIDATIONCONF() Getter for ACTIVEVALIDATIONCONF

RequestedValidationConfiguration

The validation configuration for a pending validation method migration. This field is present only when a migration is in progress (for example, from email to DNS validation). It contains the target validation method, the current validation status, and the validation challenge details (such as the CNAME record to add to your DNS configuration).

Accessible with the following methods

Method Description
GET_REQUESTEDVALIDATIONCONF() Getter for REQUESTEDVALIDATIONCONF

Public Local Types In This Class

Internal table types, representing arrays and maps of this class, are defined as local types:

TT_DOMAINVALIDATIONSUMMARYLIST

TYPES TT_DOMAINVALIDATIONSUMMARYLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ACMDOMAINVLDTNSUMMARY WITH DEFAULT KEY
.