ImageSigningStatus

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

The ARN of the Amazon Web Services Signer signing profile used to sign the image.

Link copied to clipboard

The image's signing status. Possible values are:

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String