/AWS1/CL_ACMACMEEXTACBNDUMMARY¶
Contains summary information about an ACME external account binding.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_acmeextrnlacctbindingarn TYPE /AWS1/ACMACMEEXTRNLACCTBNDGARN /AWS1/ACMACMEEXTRNLACCTBNDGARN¶
The Amazon Resource Name (ARN) of the ACME external account binding.
iv_acmeendpointarn TYPE /AWS1/ACMACMEENDPOINTARN /AWS1/ACMACMEENDPOINTARN¶
The Amazon Resource Name (ARN) of the ACME endpoint.
iv_rolearn TYPE /AWS1/ACMROLEARN /AWS1/ACMROLEARN¶
The Amazon Resource Name (ARN) of the IAM role associated with the external account binding.
iv_expiresat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP¶
The time at which the external account binding expires.
iv_revokedat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP¶
The time at which the external account binding was revoked.
iv_lastusedat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP¶
The time at which the external account binding was last used.
iv_createdat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP¶
The time at which the external account binding was created.
iv_updatedat TYPE /AWS1/ACMTIMESTAMP /AWS1/ACMTIMESTAMP¶
The time at which the external account binding was last updated.
Queryable Attributes¶
AcmeExternalAccountBindingArn¶
The Amazon Resource Name (ARN) of the ACME external account binding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACMEEXTRNLACCTBINDINGARN() |
Getter for ACMEEXTRNLACCOUNTBINDINGARN, with configurable de |
ASK_ACMEEXTRNLACCTBINDINGARN() |
Getter for ACMEEXTRNLACCOUNTBINDINGARN w/ exceptions if fiel |
HAS_ACMEEXTRNLACCTBINDINGARN() |
Determine if ACMEEXTRNLACCOUNTBINDINGARN 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 |
RoleArn¶
The Amazon Resource Name (ARN) of the IAM role associated with the external account binding.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
ExpiresAt¶
The time at which the external account binding expires.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPIRESAT() |
Getter for EXPIRESAT, with configurable default |
ASK_EXPIRESAT() |
Getter for EXPIRESAT w/ exceptions if field has no value |
HAS_EXPIRESAT() |
Determine if EXPIRESAT has a value |
RevokedAt¶
The time at which the external account binding was revoked.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVOKEDAT() |
Getter for REVOKEDAT, with configurable default |
ASK_REVOKEDAT() |
Getter for REVOKEDAT w/ exceptions if field has no value |
HAS_REVOKEDAT() |
Determine if REVOKEDAT has a value |
LastUsedAt¶
The time at which the external account binding was last used.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTUSEDAT() |
Getter for LASTUSEDAT, with configurable default |
ASK_LASTUSEDAT() |
Getter for LASTUSEDAT w/ exceptions if field has no value |
HAS_LASTUSEDAT() |
Determine if LASTUSEDAT has a value |
CreatedAt¶
The time at which the external account binding 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 external account binding 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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_ACMEEXTRNLACCTBINDINGLIST¶
TYPES TT_ACMEEXTRNLACCTBINDINGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ACMACMEEXTACBNDUMMARY WITH DEFAULT KEY
.