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

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

Overview

Represents information about the job data for a partner action.

Instance Attribute Summary collapse

Instance Attribute Details

#action_configurationTypes::ActionConfiguration

Represents information about an action configuration.



3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end

#action_type_idTypes::ActionTypeId

Represents information about an action type.

Returns:



3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end

#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 Amazon S3 bucket used to store artifact for the pipeline in AWS CodePipeline.



3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end

#continuation_tokenString

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

Returns:

  • (String)


3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end

#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.



3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end

#input_artifactsArray<Types::Artifact>

The name of the artifact that will be worked upon by the action, if any. This name might be system-generated, such as “MyApp”, or 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:



3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end

#output_artifactsArray<Types::Artifact>

The name of the artifact that will be the result of the action, if any. This name might be system-generated, such as “MyBuiltApp”, or might be defined by the user when the action is created.

Returns:



3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end

#pipeline_contextTypes::PipelineContext

Represents information about a pipeline to a job worker.



3077
3078
3079
3080
3081
3082
3083
3084
3085
3086
3087
# File 'lib/aws-sdk-codepipeline/types.rb', line 3077

class ThirdPartyJobData < Struct.new(
  :action_type_id,
  :action_configuration,
  :pipeline_context,
  :input_artifacts,
  :output_artifacts,
  :artifact_credentials,
  :continuation_token,
  :encryption_key)
  include Aws::Structure
end