SigningJob

Contains information about a signing job.

Types

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

Properties

Link copied to clipboard

The date and time that the signing job was created.

Link copied to clipboard

Indicates whether the signing job is revoked.

Link copied to clipboard

The ID of the signing job.

Link copied to clipboard

The AWS account ID of the job invoker.

Link copied to clipboard

The AWS account ID of the job owner.

Link copied to clipboard

The name of a signing platform.

Link copied to clipboard

The unique identifier for a signing platform.

Link copied to clipboard

The name of the signing profile that created a signing job.

Link copied to clipboard

The version of the signing profile that created a signing job.

Link copied to clipboard

The time when the signature of a signing job expires.

Link copied to clipboard

A SignedObject structure that contains information about a signing job's signed code image.

Link copied to clipboard

A SigningMaterial object that contains the Amazon Resource Name (ARN) of the certificate used for the signing job.

Link copied to clipboard

A Source that contains information about a signing job's code image source.

Link copied to clipboard

The status of the signing job.

Functions

Link copied to clipboard
inline fun copy(block: SigningJob.Builder.() -> Unit = {}): SigningJob
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