Struct aws_sdk_ssm::model::automation_execution::Builder
source · [−]#[non_exhaustive]pub struct Builder { /* private fields */ }
Expand description
A builder for AutomationExecution
Implementations
The execution ID.
The execution ID.
The name of the Automation runbook used during the execution.
The name of the Automation runbook used during the execution.
The version of the document to use during execution.
The version of the document to use during execution.
The time the execution started.
The time the execution started.
The time the execution finished.
The time the execution finished.
The execution status of the Automation.
pub fn set_automation_execution_status(
self,
input: Option<AutomationExecutionStatus>
) -> Self
pub fn set_automation_execution_status(
self,
input: Option<AutomationExecutionStatus>
) -> Self
The execution status of the Automation.
Appends an item to step_executions
.
To override the contents of this collection use set_step_executions
.
A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.
A list of details about the current state of all steps that comprise an execution. An Automation runbook contains a list of steps that are run in order.
A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.
A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API operation to get the full list of step executions.
Adds a key-value pair to parameters
.
To override the contents of this collection use set_parameters
.
The key-value map of execution parameters, which were supplied when calling StartAutomationExecution
.
The key-value map of execution parameters, which were supplied when calling StartAutomationExecution
.
Adds a key-value pair to outputs
.
To override the contents of this collection use set_outputs
.
The list of execution outputs as defined in the Automation runbook.
The list of execution outputs as defined in the Automation runbook.
A message describing why an execution has failed, if the status is set to Failed.
A message describing why an execution has failed, if the status is set to Failed.
The automation execution mode.
The automation execution mode.
The AutomationExecutionId of the parent automation.
The AutomationExecutionId of the parent automation.
The Amazon Resource Name (ARN) of the user who ran the automation.
The Amazon Resource Name (ARN) of the user who ran the automation.
The name of the step that is currently running.
The name of the step that is currently running.
The action of the step that is currently running.
The action of the step that is currently running.
The parameter name.
The parameter name.
Appends an item to targets
.
To override the contents of this collection use set_targets
.
The specified targets.
The specified targets.
Appends an item to target_maps
.
To override the contents of this collection use set_target_maps
.
The specified key-value mapping of document parameters to target resources.
The specified key-value mapping of document parameters to target resources.
A list of resolved targets in the rate control execution.
A list of resolved targets in the rate control execution.
The MaxConcurrency
value specified by the user when the execution started.
The MaxConcurrency
value specified by the user when the execution started.
The MaxErrors value specified by the user when the execution started.
The MaxErrors value specified by the user when the execution started.
The target of the execution.
Appends an item to target_locations
.
To override the contents of this collection use set_target_locations
.
The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.
The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.
An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.
An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.
The subtype of the Automation operation. Currently, the only supported value is ChangeRequest
.
The subtype of the Automation operation. Currently, the only supported value is ChangeRequest
.
The date and time the Automation operation is scheduled to start.
The date and time the Automation operation is scheduled to start.
Appends an item to runbooks
.
To override the contents of this collection use set_runbooks
.
Information about the Automation runbooks that are run as part of a runbook workflow.
The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
Information about the Automation runbooks that are run as part of a runbook workflow.
The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received.
The ID of an OpsItem that is created to represent a Change Manager change request.
The ID of an OpsItem that is created to represent a Change Manager change request.
The ID of a State Manager association used in the Automation operation.
The ID of a State Manager association used in the Automation operation.
The name of the Change Manager change request.
The name of the Change Manager change request.
Consumes the builder and constructs a AutomationExecution
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