/AWS1/CL_ECRIMAGESIGNINGSTATUS¶
The signing status for an image. Each status corresponds to a signing profile.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_signingprofilearn TYPE /AWS1/ECRSIGNINGPROFILEARN /AWS1/ECRSIGNINGPROFILEARN¶
The ARN of the Amazon Web Services Signer signing profile used to sign the image.
iv_failurecode TYPE /AWS1/ECRSIGNINGSTATUSFAILCODE /AWS1/ECRSIGNINGSTATUSFAILCODE¶
The failure code, which is only present if
statusisFAILED.
iv_failurereason TYPE /AWS1/ECRSIGNINGSTATFAILREASON /AWS1/ECRSIGNINGSTATFAILREASON¶
A description of why signing the image failed. This field is only present if
statusisFAILED.
iv_status TYPE /AWS1/ECRSIGNINGSTATUS /AWS1/ECRSIGNINGSTATUS¶
The image's signing status. Possible values are:
IN_PROGRESS- Signing is currently in progress.
COMPLETE- The signature was successfully generated.
FAILED- Signing failed. SeefailureCodeandfailureReasonfor details.
Queryable Attributes¶
signingProfileArn¶
The ARN of the Amazon Web Services Signer signing profile used to sign the image.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SIGNINGPROFILEARN() |
Getter for SIGNINGPROFILEARN, with configurable default |
ASK_SIGNINGPROFILEARN() |
Getter for SIGNINGPROFILEARN w/ exceptions if field has no v |
HAS_SIGNINGPROFILEARN() |
Determine if SIGNINGPROFILEARN has a value |
failureCode¶
The failure code, which is only present if
statusisFAILED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE has a value |
failureReason¶
A description of why signing the image failed. This field is only present if
statusisFAILED.
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 |
status¶
The image's signing status. Possible values are:
IN_PROGRESS- Signing is currently in progress.
COMPLETE- The signature was successfully generated.
FAILED- Signing failed. SeefailureCodeandfailureReasonfor details.
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 |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_IMAGESIGNINGSTATUSLIST¶
TYPES TT_IMAGESIGNINGSTATUSLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_ECRIMAGESIGNINGSTATUS WITH DEFAULT KEY
.