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.
ssm_get_maintenance_window_task(WindowId, WindowTaskId)
[required] The maintenance window ID that includes the task to retrieve.
[required] The maintenance window task ID to retrieve.
svc$get_maintenance_window_task( WindowId = "string", WindowTaskId = "string" )