class Aws::CodePipeline::Types::ActionExecutionInput

Input information used for an action execution.

@!attribute [rw] action_type_id

Represents information about an action type.
@return [Types::ActionTypeId]

@!attribute [rw] configuration

Configuration data for an action execution.
@return [Hash<String,String>]

@!attribute [rw] resolved_configuration

Configuration data for an action execution with all variable
references replaced with their real values for the execution.
@return [Hash<String,String>]

@!attribute [rw] role_arn

The ARN of the IAM service role that performs the declared action.
This is assumed through the roleArn for the pipeline.
@return [String]

@!attribute [rw] region

The AWS Region for the action, such as us-east-1.
@return [String]

@!attribute [rw] input_artifacts

Details of input artifacts of the action that correspond to the
action execution.
@return [Array<Types::ArtifactDetail>]

@!attribute [rw] namespace

The variable namespace associated with the action. All variables
produced as output by this action fall under this namespace.
@return [String]

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

Constants

SENSITIVE