AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.SimpleSystemsManagement.Model.AutomationExecution

Namespace: Amazon.SimpleSystemsManagement.Model
Assembly: AWSSDK.SimpleSystemsManagement.dll
Version: 3.x.y.z

Syntax

C#
public class AutomationExecution

The AutomationExecution type exposes the following members

Constructors

NameDescription
Public Method AutomationExecution()

Properties

NameTypeDescription
Public Property AlarmConfiguration Amazon.SimpleSystemsManagement.Model.AlarmConfiguration

Gets and sets the property AlarmConfiguration.

The details for the CloudWatch alarm applied to your automation.

Public Property AssociationId System.String

Gets and sets the property AssociationId.

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

Public Property AutomationExecutionId System.String

Gets and sets the property AutomationExecutionId.

The execution ID.

Public Property AutomationExecutionStatus Amazon.SimpleSystemsManagement.AutomationExecutionStatus

Gets and sets the property AutomationExecutionStatus.

The execution status of the Automation.

Public Property AutomationSubtype Amazon.SimpleSystemsManagement.AutomationSubtype

Gets and sets the property AutomationSubtype.

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

Public Property ChangeRequestName System.String

Gets and sets the property ChangeRequestName.

The name of the Change Manager change request.

Public Property CurrentAction System.String

Gets and sets the property CurrentAction.

The action of the step that is currently running.

Public Property CurrentStepName System.String

Gets and sets the property CurrentStepName.

The name of the step that is currently running.

Public Property DocumentName System.String

Gets and sets the property DocumentName.

The name of the Automation runbook used during the execution.

Public Property DocumentVersion System.String

Gets and sets the property DocumentVersion.

The version of the document to use during execution.

Public Property ExecutedBy System.String

Gets and sets the property ExecutedBy.

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

Public Property ExecutionEndTime System.DateTime

Gets and sets the property ExecutionEndTime.

The time the execution finished.

Public Property ExecutionStartTime System.DateTime

Gets and sets the property ExecutionStartTime.

The time the execution started.

Public Property FailureMessage System.String

Gets and sets the property FailureMessage.

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

Public Property MaxConcurrency System.String

Gets and sets the property MaxConcurrency.

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

Public Property MaxErrors System.String

Gets and sets the property MaxErrors.

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

Public Property Mode Amazon.SimpleSystemsManagement.ExecutionMode

Gets and sets the property Mode.

The automation execution mode.

Public Property OpsItemId System.String

Gets and sets the property OpsItemId.

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

Public Property Outputs System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>

Gets and sets the property Outputs.

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

Public Property Parameters System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>

Gets and sets the property Parameters.

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

Public Property ParentAutomationExecutionId System.String

Gets and sets the property ParentAutomationExecutionId.

The AutomationExecutionId of the parent automation.

Public Property ProgressCounters Amazon.SimpleSystemsManagement.Model.ProgressCounters

Gets and sets the property ProgressCounters.

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

Public Property ResolvedTargets Amazon.SimpleSystemsManagement.Model.ResolvedTargets

Gets and sets the property ResolvedTargets.

A list of resolved targets in the rate control execution.

Public Property Runbooks System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.Runbook>

Gets and sets the property 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.

Public Property ScheduledTime System.DateTime

Gets and sets the property ScheduledTime.

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

Public Property StepExecutions System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.StepExecution>

Gets and sets the property StepExecutions.

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.

Public Property StepExecutionsTruncated System.Boolean

Gets and sets the property StepExecutionsTruncated.

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.

Public Property Target System.String

Gets and sets the property Target.

The target of the execution.

Public Property TargetLocations System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.TargetLocation>

Gets and sets the property TargetLocations.

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

Public Property TargetMaps System.Collections.Generic.List<System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>>

Gets and sets the property TargetMaps.

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

Public Property TargetParameterName System.String

Gets and sets the property TargetParameterName.

The parameter name.

Public Property Targets System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.Target>

Gets and sets the property Targets.

The specified targets.

Public Property TriggeredAlarms System.Collections.Generic.List<Amazon.SimpleSystemsManagement.Model.AlarmStateInformation>

Gets and sets the property TriggeredAlarms.

The CloudWatch alarm that was invoked by the automation.

Public Property Variables System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>

Gets and sets the property Variables.

Variables defined for the automation.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5