AutomationExecution

Detailed information about the current state of an individual Automation execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The details for the CloudWatch alarm applied to your automation.

Link copied to clipboard

The ID of a State Manager association used in the Automation operation.

Link copied to clipboard

The execution ID.

Link copied to clipboard

The execution status of the Automation.

Link copied to clipboard

The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.

Link copied to clipboard

The name of the Change Manager change request.

Link copied to clipboard

The action of the step that is currently running.

Link copied to clipboard

The name of the step that is currently running.

Link copied to clipboard

The name of the Automation runbook used during the execution.

Link copied to clipboard

The version of the document to use during execution.

Link copied to clipboard

The Amazon Resource Name (ARN) of the user who ran the automation.

Link copied to clipboard

The time the execution finished.

Link copied to clipboard

The time the execution started.

Link copied to clipboard

A message describing why an execution has failed, if the status is set to Failed.

Link copied to clipboard

The MaxConcurrency value specified by the user when the execution started.

Link copied to clipboard

The MaxErrors value specified by the user when the execution started.

Link copied to clipboard

The automation execution mode.

Link copied to clipboard

The ID of an OpsItem that is created to represent a Change Manager change request.

Link copied to clipboard

The list of execution outputs as defined in the Automation runbook.

Link copied to clipboard

The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.

Link copied to clipboard

The AutomationExecutionId of the parent automation.

Link copied to clipboard

An aggregate of step execution statuses displayed in the Amazon Web Services Systems Manager console for a multi-Region and multi-account Automation execution.

Link copied to clipboard

A list of resolved targets in the rate control execution.

Link copied to clipboard

Information about the Automation runbooks that are run as part of a runbook workflow.

Link copied to clipboard

The date and time the Automation operation is scheduled to start.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

The target of the execution.

Link copied to clipboard

The combination of Amazon Web Services Regions and/or Amazon Web Services accounts where you want to run the Automation.

Link copied to clipboard

The specified key-value mapping of document parameters to target resources.

Link copied to clipboard

The parameter name.

Link copied to clipboard

The specified targets.

Link copied to clipboard

The CloudWatch alarm that was invoked by the automation.

Link copied to clipboard

Variables defined for the automation.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String