NAME
Paws::SSM::AutomationExecutionMetadata
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::AutomationExecutionMetadata object:
$service_obj->Method(Att1 => { AutomationExecutionId => $value, ..., Targets => $value });
Results returned from an API call
Use accessors for each attribute. If Att1 is expected to be an Paws::SSM::AutomationExecutionMetadata object:
$result = $service_obj->Method(...);
$result->Att1->AutomationExecutionId
DESCRIPTION
Details about a specific Automation execution.
ATTRIBUTES
AutomationExecutionId => Str
The execution ID.
AutomationExecutionStatus => Str
The status of the execution.
AutomationType => Str
Use this filter with DescribeAutomationExecutions. Specify either Local or CrossAccount. CrossAccount is an Automation that runs in multiple AWS Regions and accounts. For more information, see Executing Automations in Multiple AWS Regions and Accounts (http://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html) in the AWS Systems Manager User Guide.
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 execution.
DocumentVersion => Str
The document version used during the execution.
ExecutedBy => Str
The IAM role ARN of the user who ran the Automation.
ExecutionEndTime => Str
The time the execution finished. This is not populated if the execution is still in progress.
ExecutionStartTime => Str
The time the execution started.
FailureMessage => Str
The list of execution outputs as defined in the Automation document.
LogFile => Str
An Amazon S3 bucket where execution information is stored.
MaxConcurrency => Str
The MaxConcurrency value specified by the user when starting the Automation.
MaxErrors => Str
The MaxErrors value specified by the user when starting the Automation.
Mode => Str
The Automation execution mode.
Outputs => Paws::SSM::AutomationParameterMap
The list of execution outputs as defined in the Automation document.
ParentAutomationExecutionId => Str
The ExecutionId of the parent Automation.
ResolvedTargets => Paws::SSM::ResolvedTargets
A list of targets that resolved during the execution.
Target => Str
The list of execution outputs as defined in the Automation document.
TargetMaps => ArrayRef[Paws::SSM::TargetMap]
The specified key-value mapping of document parameters to target resources.
TargetParameterName => Str
The list of execution outputs as defined in the Automation document.
Targets => ArrayRef[Paws::SSM::Target]
The targets defined by the user when starting the Automation.
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