Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::CodePipeline::Types::JobData

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[:artifact_credentials]

Instance Attribute Summary collapse

Instance Attribute Details

#action_configurationTypes::ActionConfiguration

Represents information about an action configuration.


2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:


2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end

#artifact_credentialsTypes::AWSSessionCredentials

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.


2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end

#continuation_tokenString

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

Returns:

  • (String)

2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end

#encryption_keyTypes::EncryptionKey

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


2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end

#input_artifactsArray<Types::Artifact>

The artifact supplied to the job.

Returns:


2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end

#output_artifactsArray<Types::Artifact>

The output of the job.

Returns:


2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end

#pipeline_contextTypes::PipelineContext

Represents information about a pipeline to a job worker.

Includes pipelineArn and pipelineExecutionId for custom jobs.


2568
2569
2570
2571
2572
2573
2574
2575
2576
2577
2578
2579
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 2568

class JobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  SENSITIVE = [:artifact_credentials]
  include Aws::Structure
end