NAME
Paws::SSM::GetMaintenanceWindowTaskResult
ATTRIBUTES
Description => Str
The retrieved task description.
LoggingInfo => Paws::SSM::LoggingInfo
The location in Amazon S3 where the task results are logged.
MaxConcurrency => Str
The maximum number of targets allowed to run this task in parallel.
MaxErrors => Str
The maximum number of errors allowed before the task stops being scheduled.
Name => Str
The retrieved task name.
Priority => Int
The priority of the task when it executes. The lower the number, the higher the priority. Tasks that have the same priority are scheduled in parallel.
ServiceRoleArn => Str
The IAM service role to assume during task execution.
Targets => ArrayRef[Paws::SSM::Target]
The targets where the task should execute.
TaskArn => Str
The resource that the task used during execution. For RUN_COMMAND and AUTOMATION task types, the TaskArn is the Systems Manager Document name/ARN. For LAMBDA tasks, the value is the function name/ARN. For STEP_FUNCTION tasks, the value is the state machine ARN.
TaskInvocationParameters => Paws::SSM::MaintenanceWindowTaskInvocationParameters
The parameters to pass to the task when it executes.
TaskParameters => Paws::SSM::MaintenanceWindowTaskParameters
The parameters to pass to the task when it executes.
TaskType => Str
The type of task to execute.
Valid values are: "RUN_COMMAND", "AUTOMATION", "STEP_FUNCTIONS", "LAMBDA" =head2 WindowId => Str
The retrieved Maintenance Window ID.
WindowTaskId => Str
The retrieved Maintenance Window task ID.