The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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 => { 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

DESCRIPTION

Details about a specific 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 status of the execution.

AutomationSubtype => Str

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

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 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 => 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 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 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.

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.

ParentAutomationExecutionId => Str

The ExecutionId of the parent Automation.

ResolvedTargets => Paws::SSM::ResolvedTargets

A 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 => Str

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

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