ImageSigningStatus
The signing status for an image. Each status corresponds to a signing profile.
Contents
- failureCode
-
The failure code, which is only present if
statusisFAILED.Type: String
Required: No
- failureReason
-
A description of why signing the image failed. This field is only present if
statusisFAILED.Type: String
Required: No
- signingProfileArn
-
The ARN of the AWS Signer signing profile used to sign the image.
Type: String
Length Constraints: Maximum length of 200.
Pattern:
^arn:aws(-[a-z]+)*:signer:[a-z0-9-]+:[0-9]{12}:\/signing-profiles\/[a-zA-Z0-9_]{2,}$Required: No
- 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.
Type: String
Valid Values:
IN_PROGRESS | COMPLETE | FAILEDRequired: No
-
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: