Skip to content

/AWS1/CL_ACMACMEDOMAINVLDTN

Contains detailed information about an ACME domain validation.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_acmedomainvalidationarn TYPE /AWS1/ACMACMEDOMAINVLDTNARN /AWS1/ACMACMEDOMAINVLDTNARN

The Amazon Resource Name (ARN) of the ACME domain validation.

iv_acmeendpointarn TYPE /AWS1/ACMACMEENDPOINTARN /AWS1/ACMACMEENDPOINTARN

The Amazon Resource Name (ARN) of the ACME endpoint.

iv_domainname TYPE /AWS1/ACMDOMAINNAME /AWS1/ACMDOMAINNAME

The domain name being validated.

iv_prevalidationtype TYPE /AWS1/ACMPREVALIDATIONTYPE /AWS1/ACMPREVALIDATIONTYPE

The type of prevalidation used.

io_prevalidationdetails TYPE REF TO /AWS1/CL_ACMPREVLDTNDETAILS /AWS1/CL_ACMPREVLDTNDETAILS

Details about the prevalidation configuration.

iv_status TYPE /AWS1/ACMACMEDOMAINVLDTNSTATUS /AWS1/ACMACMEDOMAINVLDTNSTATUS

The status of the domain validation.

io_failuredetails TYPE REF TO /AWS1/CL_ACMFAILUREDETAILS /AWS1/CL_ACMFAILUREDETAILS

Details about the failure, if the validation failed.

iv_createdat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP

The time at which the domain validation was created.

iv_updatedat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP

The time at which the domain validation was last updated.


Queryable Attributes

AcmeDomainValidationArn

The Amazon Resource Name (ARN) of the ACME domain validation.

Accessible with the following methods

Method Description
GET_ACMEDOMAINVALIDATIONARN() Getter for ACMEDOMAINVALIDATIONARN, with configurable defaul
ASK_ACMEDOMAINVALIDATIONARN() Getter for ACMEDOMAINVALIDATIONARN w/ exceptions if field ha
HAS_ACMEDOMAINVALIDATIONARN() Determine if ACMEDOMAINVALIDATIONARN has a value

AcmeEndpointArn

The Amazon Resource Name (ARN) of the ACME endpoint.

Accessible with the following methods

Method Description
GET_ACMEENDPOINTARN() Getter for ACMEENDPOINTARN, with configurable default
ASK_ACMEENDPOINTARN() Getter for ACMEENDPOINTARN w/ exceptions if field has no val
HAS_ACMEENDPOINTARN() Determine if ACMEENDPOINTARN has a value

DomainName

The domain name being validated.

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

PrevalidationType

The type of prevalidation used.

Accessible with the following methods

Method Description
GET_PREVALIDATIONTYPE() Getter for PREVALIDATIONTYPE, with configurable default
ASK_PREVALIDATIONTYPE() Getter for PREVALIDATIONTYPE w/ exceptions if field has no v
HAS_PREVALIDATIONTYPE() Determine if PREVALIDATIONTYPE has a value

PrevalidationDetails

Details about the prevalidation configuration.

Accessible with the following methods

Method Description
GET_PREVALIDATIONDETAILS() Getter for PREVALIDATIONDETAILS

Status

The status of the domain validation.

Accessible with the following methods

Method Description
GET_STATUS() Getter for STATUS, with configurable default
ASK_STATUS() Getter for STATUS w/ exceptions if field has no value
HAS_STATUS() Determine if STATUS has a value

FailureDetails

Details about the failure, if the validation failed.

Accessible with the following methods

Method Description
GET_FAILUREDETAILS() Getter for FAILUREDETAILS

CreatedAt

The time at which the domain validation was created.

Accessible with the following methods

Method Description
GET_CREATEDAT() Getter for CREATEDAT, with configurable default
ASK_CREATEDAT() Getter for CREATEDAT w/ exceptions if field has no value
HAS_CREATEDAT() Determine if CREATEDAT has a value

UpdatedAt

The time at which the domain validation was last updated.

Accessible with the following methods

Method Description
GET_UPDATEDAT() Getter for UPDATEDAT, with configurable default
ASK_UPDATEDAT() Getter for UPDATEDAT w/ exceptions if field has no value
HAS_UPDATEDAT() Determine if UPDATEDAT has a value