![]() |
![]()
| ![]() |
![]()
NAMEPaws::SSM::AutomationExecutionMetadata USAGEThis 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 => { AssociationId => $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->AssociationId DESCRIPTIONDetails about a specific Automation execution. ATTRIBUTESAssociationId => StrThe ID of a State Manager association used in the Automation operation. AutomationExecutionId => StrThe execution ID. AutomationExecutionStatus => StrThe status of the execution. AutomationSubtype => StrThe subtype of the Automation operation. Currently, the only supported value is "ChangeRequest". AutomationType => StrUse 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 Running Automation workflows in multiple AWS Regions and accounts (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-automation-multiple-accounts-and-regions.html) in the AWS Systems Manager User Guide. ChangeRequestName => StrThe name of the Change Manager change request. CurrentAction => StrThe action of the step that is currently running. CurrentStepName => StrThe name of the step that is currently running. DocumentName => StrThe name of the Automation document used during execution. DocumentVersion => StrThe document version used during the execution. ExecutedBy => StrThe IAM role ARN of the user who ran the Automation. ExecutionEndTime => StrThe time the execution finished. This is not populated if the execution is still in progress. ExecutionStartTime => StrThe time the execution started. FailureMessage => StrThe list of execution outputs as defined in the Automation document. LogFile => StrAn S3 bucket where execution information is stored. MaxConcurrency => StrThe MaxConcurrency value specified by the user when starting the Automation. MaxErrors => StrThe MaxErrors value specified by the user when starting the Automation. Mode => StrThe Automation execution mode. OpsItemId => StrThe ID of an OpsItem that is created to represent a Change Manager change request. Outputs => Paws::SSM::AutomationParameterMapThe list of execution outputs as defined in the Automation document. ParentAutomationExecutionId => StrThe ExecutionId of the parent Automation. ResolvedTargets => Paws::SSM::ResolvedTargetsA list of targets that resolved during the execution. Runbooks => ArrayRef[Paws::SSM::Runbook]Information about the Automation runbooks (Automation documents) that are run during a runbook workflow in Change Manager. The Automation runbooks specified for the runbook workflow can't run until all required approvals for the change request have been received. ScheduledTime => StrThe date and time the Automation operation is scheduled to start. Target => StrThe 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 => StrThe 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 ALSOThis class forms part of Paws, describing an object used in Paws::SSM BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|