Struct aws_sdk_codepipeline::model::action_execution_input::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for ActionExecutionInput
Implementations
Represents information about an action type.
Represents information about an action type.
Adds a key-value pair to configuration
.
To override the contents of this collection use set_configuration
.
Configuration data for an action execution.
Configuration data for an action execution.
Adds a key-value pair to resolved_configuration
.
To override the contents of this collection use set_resolved_configuration
.
Configuration data for an action execution with all variable references replaced with their real values for the execution.
Configuration data for an action execution with all variable references replaced with their real values for the execution.
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
The ARN of the IAM service role that performs the declared action. This is assumed through the roleArn for the pipeline.
The AWS Region for the action, such as us-east-1.
The AWS Region for the action, such as us-east-1.
Appends an item to input_artifacts
.
To override the contents of this collection use set_input_artifacts
.
Details of input artifacts of the action that correspond to the action execution.
Details of input artifacts of the action that correspond to the action execution.
The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
The variable namespace associated with the action. All variables produced as output by this action fall under this namespace.
Consumes the builder and constructs a ActionExecutionInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more