AutomationExecution class

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

Constructors

AutomationExecution({String? associationId, String? automationExecutionId, AutomationExecutionStatus? automationExecutionStatus, AutomationSubtype? automationSubtype, String? changeRequestName, String? currentAction, String? currentStepName, String? documentName, String? documentVersion, String? executedBy, DateTime? executionEndTime, DateTime? executionStartTime, String? failureMessage, String? maxConcurrency, String? maxErrors, ExecutionMode? mode, String? opsItemId, Map<String, List<String>>? outputs, Map<String, List<String>>? parameters, String? parentAutomationExecutionId, ProgressCounters? progressCounters, ResolvedTargets? resolvedTargets, List<Runbook>? runbooks, DateTime? scheduledTime, List<StepExecution>? stepExecutions, bool? stepExecutionsTruncated, String? target, List<TargetLocation>? targetLocations, List<Map<String, List<String>>>? targetMaps, String? targetParameterName, List<Target>? targets})
AutomationExecution.fromJson(Map<String, dynamic> json)
factory

Properties

associationId String?
The ID of a State Manager association used in the Automation operation.
final
automationExecutionId String?
The execution ID.
final
automationExecutionStatus AutomationExecutionStatus?
The execution status of the Automation.
final
automationSubtype AutomationSubtype?
The subtype of the Automation operation. Currently, the only supported value is ChangeRequest.
final
changeRequestName String?
The name of the Change Manager change request.
final
currentAction String?
The action of the step that is currently running.
final
currentStepName String?
The name of the step that is currently running.
final
documentName String?
The name of the Automation document used during the execution.
final
documentVersion String?
The version of the document to use during execution.
final
executedBy String?
The Amazon Resource Name (ARN) of the user who ran the automation.
final
executionEndTime DateTime?
The time the execution finished.
final
executionStartTime DateTime?
The time the execution started.
final
failureMessage String?
A message describing why an execution has failed, if the status is set to Failed.
final
hashCode int
The hash code for this object.
no setterinherited
maxConcurrency String?
The MaxConcurrency value specified by the user when the execution started.
final
maxErrors String?
The MaxErrors value specified by the user when the execution started.
final
mode ExecutionMode?
The automation execution mode.
final
opsItemId String?
The ID of an OpsItem that is created to represent a Change Manager change request.
final
outputs Map<String, List<String>>?
The list of execution outputs as defined in the automation document.
final
parameters Map<String, List<String>>?
The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.
final
parentAutomationExecutionId String?
The AutomationExecutionId of the parent automation.
final
progressCounters ProgressCounters?
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.
final
resolvedTargets ResolvedTargets?
A list of resolved targets in the rate control execution.
final
runbooks List<Runbook>?
Information about the Automation runbooks (Automation documents) that are run as part of a runbook workflow.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scheduledTime DateTime?
The date and time the Automation operation is scheduled to start.
final
stepExecutions List<StepExecution>?
A list of details about the current state of all steps that comprise an execution. An Automation document contains a list of steps that are run in order.
final
stepExecutionsTruncated bool?
A boolean value that indicates if the response contains the full list of the Automation step executions. If true, use the DescribeAutomationStepExecutions API action to get the full list of step executions.
final
target String?
The target of the execution.
final
targetLocations List<TargetLocation>?
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
final
targetMaps List<Map<String, List<String>>>?
The specified key-value mapping of document parameters to target resources.
final
targetParameterName String?
The parameter name.
final
targets List<Target>?
The specified targets.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited