You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodePipeline::Types::ThirdPartyJobData

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Represents information about the job data for a partner action.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#action_configurationTypes::ActionConfiguration

Represents information about an action configuration.

Returns:

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:

#artifact_credentialsTypes::AWSSessionCredentials

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.

Returns:

#continuation_tokenString

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

Returns:

  • (String)

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

#encryption_keyTypes::EncryptionKey

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.

Returns:

  • (Types::EncryptionKey)

    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.

#input_artifactsArray<Types::Artifact>

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.

Returns:

  • (Array<Types::Artifact>)

    The name of the artifact that is worked on by the action, if any.

#output_artifactsArray<Types::Artifact>

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.

Returns:

  • (Array<Types::Artifact>)

    The name of the artifact that is the result of the action, if any.

#pipeline_contextTypes::PipelineContext

Represents information about a pipeline to a job worker.

Does not include pipelineArn and pipelineExecutionId for ThirdParty jobs.

Returns: