JobData

class JobData

Represents other information about a job required for a job worker to complete the job.

Types

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

Properties

Link copied to clipboard

Represents information about an action configuration.

Link copied to clipboard

Represents information about an action type.

Link copied to clipboard

Represents an Amazon Web Services session credentials object. These credentials are temporary credentials that are issued by Amazon Web Services Secure Token Service (STS). They can be used to access input and output artifacts in the S3 bucket used to store artifacts for the pipeline in CodePipeline.

Link copied to clipboard

A system-generated token, such as a deployment ID, required by a job to continue the job asynchronously.

Link copied to clipboard

Represents information about the key used to encrypt data in the artifact store, such as an KMS key.

Link copied to clipboard

The artifact supplied to the job.

Link copied to clipboard

The output of the job.

Link copied to clipboard

Represents information about a pipeline to a job worker.

Functions

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