NAME
Paws::SSM::AutomationExecution
USAGE
This class represents one of two things:
Arguments in a call to a service
Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.
As an example, if Att1 is expected to be a Paws::SSM::AutomationExecution object:
$service_obj->Method(Att1 => { AssociationId => $value, ..., Targets => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::AutomationExecution object:
$result = $service_obj->Method(...);
$result->Att1->AssociationId
DESCRIPTION
Detailed information about the current state of an individual Automation execution.
ATTRIBUTES
AssociationId => Str
The ID of a State Manager association used in the Automation operation.
AutomationExecutionId => Str
The execution ID.
AutomationExecutionStatus => Str
The execution status of the Automation.
AutomationSubtype => Str
The subtype of the Automation operation. Currently, the only supported value is ChangeRequest
.
ChangeRequestName => Str
The name of the Change Manager change request.
CurrentAction => Str
The action of the step that is currently running.
CurrentStepName => Str
The name of the step that is currently running.
DocumentName => Str
The name of the Automation document used during the execution.
DocumentVersion => Str
The version of the document to use during execution.
ExecutedBy => Str
The Amazon Resource Name (ARN) of the user who ran the automation.
ExecutionEndTime => Str
The time the execution finished.
ExecutionStartTime => Str
The time the execution started.
FailureMessage => Str
A message describing why an execution has failed, if the status is set to Failed.
MaxConcurrency => Str
The MaxConcurrency value specified by the user when the execution started.
MaxErrors => Str
The MaxErrors value specified by the user when the execution started.
Mode => Str
The automation execution mode.
OpsItemId => Str
The ID of an OpsItem that is created to represent a Change Manager change request.
Outputs => Paws::SSM::AutomationParameterMap
The list of execution outputs as defined in the automation document.
Parameters => Paws::SSM::AutomationParameterMap
The key-value map of execution parameters, which were supplied when calling StartAutomationExecution.
ParentAutomationExecutionId => Str
The AutomationExecutionId of the parent automation.
ProgressCounters => Paws::SSM::ProgressCounters
An aggregate of step execution statuses displayed in the AWS Console for a multi-Region and multi-account Automation execution.
ResolvedTargets => Paws::SSM::ResolvedTargets
A list of resolved targets in the rate control execution.
Runbooks => ArrayRef[Paws::SSM::Runbook]
Information about the Automation runbooks (Automation documents) 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.
ScheduledTime => Str
The date and time the Automation operation is scheduled to start.
StepExecutions => ArrayRef[Paws::SSM::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.
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.
Target => Str
The target of the execution.
TargetLocations => ArrayRef[Paws::SSM::TargetLocation]
The combination of AWS Regions and/or AWS accounts where you want to run the Automation.
TargetMaps => ArrayRef[Paws::SSM::TargetMap]
The specified key-value mapping of document parameters to target resources.
TargetParameterName => Str
The parameter name.
Targets => ArrayRef[Paws::SSM::Target]
The specified targets.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::SSM
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues