paws.management (version 0.1.0)

ssm_get_maintenance_window_execution_task: Retrieves the details about a specific task executed as part of a Maintenance Window execution

Description

Retrieves the details about a specific task executed as part of a Maintenance Window execution.

Usage

ssm_get_maintenance_window_execution_task(WindowExecutionId, TaskId)

Arguments

WindowExecutionId

[required] The ID of the Maintenance Window execution that includes the task.

TaskId

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

Request syntax

svc$get_maintenance_window_execution_task(
  WindowExecutionId = "string",
  TaskId = "string"
)