Class: Aws::CodePipeline::Types::ActionDeclaration

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

Overview

Represents information about an action declaration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_type_idTypes::ActionTypeId

Specifies the action type and the provider of the action.

Returns:



281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#configurationHash<String,String>

The action’s configuration. These are key-value pairs that specify input values for an action. For more information, see [Action Structure Requirements in CodePipeline]. For the list of configuration properties for the CloudFormation action type in CodePipeline, see [Configuration Properties Reference] in the *CloudFormation User Guide*. For template snippets with examples, see [Using Parameter Override Functions with CodePipeline Pipelines] in the *CloudFormation User Guide*.

The values can be represented in either JSON or YAML format. For example, the JSON configuration item format is as follows:

JSON:

‘“Configuration” : { Key : Value },`

[1]: docs.aws.amazon.com/codepipeline/latest/userguide/reference-pipeline-structure.html#action-requirements [2]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-action-reference.html [3]: docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/continuous-delivery-codepipeline-parameter-override-functions.html

Returns:

  • (Hash<String,String>)


281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#input_artifactsArray<Types::InputArtifact>

The name or ID of the artifact consumed by the action, such as a test or build artifact.

Returns:



281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The action declaration’s name.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#namespaceString

The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#output_artifactsArray<Types::OutputArtifact>

The name or ID of the result of the action declaration, such as a test or build artifact.

Returns:



281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#regionString

The action declaration’s Amazon Web Services Region, such as us-east-1.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.

Returns:

  • (String)


281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end

#run_orderInteger

The order in which actions are run.

Returns:

  • (Integer)


281
282
283
284
285
286
287
288
289
290
291
292
293
# File 'lib/aws-sdk-codepipeline/types.rb', line 281

class ActionDeclaration < Struct.new(
  :name,
  :action_type_id,
  :run_order,
  :configuration,
  :output_artifacts,
  :input_artifacts,
  :role_arn,
  :region,
  :namespace)
  SENSITIVE = []
  include Aws::Structure
end