paws.management (version 0.1.0)

ssm_get_maintenance_window_execution_task_invocation: Retrieves a task invocation

Description

Retrieves a task invocation. A task invocation is a specific task executing on a specific target. Maintenance Windows report status for all invocations.

Usage

ssm_get_maintenance_window_execution_task_invocation(WindowExecutionId,
  TaskId, InvocationId)

Arguments

WindowExecutionId

[required] The ID of the Maintenance Window execution for which the task is a part.

TaskId

[required] The ID of the specific task in the Maintenance Window task that should be retrieved.

InvocationId

[required] The invocation ID to retrieve.

Request syntax

svc$get_maintenance_window_execution_task_invocation(
  WindowExecutionId = "string",
  TaskId = "string",
  InvocationId = "string"
)