ImageSigningStatus - Amazon Elastic Container Registry
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ImageSigningStatus

The signing status for an image. Each status corresponds to a signing profile.

Contents

failureCode

The failure code, which is only present if status is FAILED.

Type: String

Required: No

failureReason

A description of why signing the image failed. This field is only present if status is FAILED.

Type: String

Required: No

signingProfileArn

The ARN of the Amazon 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. See failureCode and failureReason for details.

Type: String

Valid Values: IN_PROGRESS | COMPLETE | FAILED

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: