Delete Maintenance Window
ssm_delete_maintenance_window | R Documentation |
Deletes a maintenance window¶
Description¶
Deletes a maintenance window.
Usage¶
ssm_delete_maintenance_window(WindowId)
Arguments¶
WindowId |
[required] The ID of the maintenance window to delete. |
Value¶
A list with the following syntax:
list(
WindowId = "string"
)
Request syntax¶
svc$delete_maintenance_window(
WindowId = "string"
)