/AWS1/CL_ACMACMEENDPOINT¶
Contains detailed information about an ACME endpoint.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_acmeendpointarn TYPE /AWS1/ACMACMEENDPOINTARN /AWS1/ACMACMEENDPOINTARN¶
The Amazon Resource Name (ARN) of the ACME endpoint.
iv_endpointurl TYPE /AWS1/ACMSTRING00 /AWS1/ACMSTRING00¶
The URL of the ACME endpoint.
iv_status TYPE /AWS1/ACMACMEENDPOINTSTATUS /AWS1/ACMACMEENDPOINTSTATUS¶
The status of the ACME endpoint.
iv_failurereason TYPE /AWS1/ACMSTRING00 /AWS1/ACMSTRING00¶
The reason the ACME endpoint failed, if applicable.
iv_authorizationbehavior TYPE /AWS1/ACMACMEAUTHBEHAVIOR /AWS1/ACMACMEAUTHBEHAVIOR¶
The authorization behavior of the ACME endpoint.
iv_contact TYPE /AWS1/ACMACMECONTACT /AWS1/ACMACMECONTACT¶
Whether ACME clients must provide contact information during account registration.
io_certificateauthority TYPE REF TO /AWS1/CL_ACMCERTAUTHORITY /AWS1/CL_ACMCERTAUTHORITY¶
The certificate authority configuration for the ACME endpoint.
it_certificatetags TYPE /AWS1/CL_ACMTAG=>TT_TAGLIST TT_TAGLIST¶
Tags applied to certificates issued through this ACME endpoint.
iv_createdat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP¶
The time at which the ACME endpoint was created.
iv_updatedat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP¶
The time at which the ACME endpoint was last updated.
Queryable Attributes¶
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 |
EndpointUrl¶
The URL of the ACME endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTURL() |
Getter for ENDPOINTURL, with configurable default |
ASK_ENDPOINTURL() |
Getter for ENDPOINTURL w/ exceptions if field has no value |
HAS_ENDPOINTURL() |
Determine if ENDPOINTURL has a value |
Status¶
The status of the ACME endpoint.
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 |
FailureReason¶
The reason the ACME endpoint failed, if applicable.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |
AuthorizationBehavior¶
The authorization behavior of the ACME endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_AUTHORIZATIONBEHAVIOR() |
Getter for AUTHORIZATIONBEHAVIOR, with configurable default |
ASK_AUTHORIZATIONBEHAVIOR() |
Getter for AUTHORIZATIONBEHAVIOR w/ exceptions if field has |
HAS_AUTHORIZATIONBEHAVIOR() |
Determine if AUTHORIZATIONBEHAVIOR has a value |
Contact¶
Whether ACME clients must provide contact information during account registration.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONTACT() |
Getter for CONTACT, with configurable default |
ASK_CONTACT() |
Getter for CONTACT w/ exceptions if field has no value |
HAS_CONTACT() |
Determine if CONTACT has a value |
CertificateAuthority¶
The certificate authority configuration for the ACME endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATEAUTHORITY() |
Getter for CERTIFICATEAUTHORITY |
CertificateTags¶
Tags applied to certificates issued through this ACME endpoint.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CERTIFICATETAGS() |
Getter for CERTIFICATETAGS, with configurable default |
ASK_CERTIFICATETAGS() |
Getter for CERTIFICATETAGS w/ exceptions if field has no val |
HAS_CERTIFICATETAGS() |
Determine if CERTIFICATETAGS has a value |
CreatedAt¶
The time at which the ACME endpoint 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 ACME endpoint 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 |