class Aws::CodePipeline::Types::ThirdPartyJobData

Represents information about the job data for a partner action.

@!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"> Does not include `pipelineArn` and `pipelineExecutionId` for
ThirdParty jobs.

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

@!attribute [rw] input_artifacts

The name of the artifact that is worked on by the action, if any.
This name might be system-generated, such as "MyApp", or it might
be defined by the user when the action is created. The input
artifact name must match the name of an output artifact generated by
an action in an earlier action or stage of the pipeline.
@return [Array<Types::Artifact>]

@!attribute [rw] output_artifacts

The name of the artifact that is the result of the action, if any.
This name might be system-generated, such as "MyBuiltApp", or it
might be defined by the user when the action is created.
@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 artifact for the pipeline in AWS
CodePipeline.
@return [Types::AWSSessionCredentials]

@!attribute [rw] continuation_token

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

@!attribute [rw] encryption_key

The encryption key used to encrypt and decrypt data in the artifact
store for the pipeline, such as an AWS Key Management Service (AWS
KMS) key. This is optional and might not be present.
@return [Types::EncryptionKey]

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

Constants

SENSITIVE