Learn R Programming

paws.management (version 0.1.8)

ssm_get_maintenance_window_task: Lists the tasks in a maintenance window

Description

Lists the tasks in a maintenance window.

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"
)