class Aws::CodePipeline::Types::JobData

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

@!attribute [rw] action_type_id

Represents information about an action type.
@return [Types::ActionTypeId]

@!attribute [rw] action_configuration

Represents information about an action configuration.
@return [Types::ActionConfiguration]

@!attribute [rw] pipeline_context

Represents information about a pipeline to a job worker.

<note markdown="1"> Includes `pipelineArn` and `pipelineExecutionId` for custom jobs.

 </note>
@return [Types::PipelineContext]

@!attribute [rw] input_artifacts

The artifact supplied to the job.
@return [Array<Types::Artifact>]

@!attribute [rw] output_artifacts

The output of the job.
@return [Array<Types::Artifact>]

@!attribute [rw] artifact_credentials

Represents an AWS session credentials object. These credentials are
temporary credentials that are issued by AWS 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 AWS
CodePipeline.
@return [Types::AWSSessionCredentials]

@!attribute [rw] continuation_token

A system-generated token, such as a AWS CodeDeploy deployment ID,
required by a job to continue the job asynchronously.
@return [String]

@!attribute [rw] encryption_key

Represents information about the key used to encrypt data in the
artifact store, such as an AWS Key Management Service (AWS KMS) key.
@return [Types::EncryptionKey]

@see docs.aws.amazon.com/goto/WebAPI/codepipeline-2015-07-09/JobData AWS API Documentation

Constants

SENSITIVE