Learn R Programming

paws.management (version 0.1.10)

ssm_get_maintenance_window_task: Lists the tasks in a maintenance window

Description

Lists the tasks in a maintenance window.

For maintenance window tasks without a specified target, you cannot supply values for --max-errors and --max-concurrency. Instead, the system inserts a placeholder value of 1, which may be reported in the response to this command. These values do not affect the running of your task and can be ignored.

Usage

ssm_get_maintenance_window_task(WindowId, WindowTaskId)

Arguments

WindowId

[required] The maintenance window ID that includes the task to retrieve.

WindowTaskId

[required] The maintenance window task ID to retrieve.

Request syntax

svc$get_maintenance_window_task(
  WindowId = "string",
  WindowTaskId = "string"
)