NAME
Paws::SSM::GetMaintenanceWindowExecutionTaskResult
ATTRIBUTES
EndTime => Str
The time the task execution completed.
MaxConcurrency => Str
The defined maximum number of task executions that could be run in parallel.
MaxErrors => Str
The defined maximum number of task execution errors allowed before scheduling of the task execution would have been stopped.
Priority => Int
The priority of the task.
ServiceRole => Str
The role that was assumed when running the task.
StartTime => Str
The time the task execution started.
Status => Str
The status of the task.
Valid values are: "PENDING"
, "IN_PROGRESS"
, "SUCCESS"
, "FAILED"
, "TIMED_OUT"
, "CANCELLING"
, "CANCELLED"
, "SKIPPED_OVERLAPPING"
=head2 StatusDetails => Str
The details explaining the Status. Only available for certain status values.
TaskArn => Str
The ARN of the task that ran.
TaskExecutionId => Str
The ID of the specific task execution in the maintenance window task that was retrieved.
TaskParameters => ArrayRef[Paws::SSM::MaintenanceWindowTaskParameters]
The parameters passed to the task when it was run.
TaskParameters
has been deprecated. To specify parameters to pass to a task when it runs, instead use the Parameters
option in the TaskInvocationParameters
structure. For information about how Systems Manager handles these options for the supported maintenance window task types, see MaintenanceWindowTaskInvocationParameters.
The map has the following format:
Key: string, between 1 and 255 characters
Value: an array of strings, each string is between 1 and 255 characters
Type => Str
The type of task that was run.
Valid values are: "RUN_COMMAND"
, "AUTOMATION"
, "STEP_FUNCTIONS"
, "LAMBDA"
=head2 WindowExecutionId => Str
The ID of the maintenance window execution that includes the task.