paws.management (version 0.1.0)

ssm_deregister_target_from_maintenance_window: Removes a target from a Maintenance Window

Description

Removes a target from a Maintenance Window.

Usage

ssm_deregister_target_from_maintenance_window(WindowId, WindowTargetId,
  Safe)

Arguments

WindowId

[required] The ID of the Maintenance Window the target should be removed from.

WindowTargetId

[required] The ID of the target definition to remove.

Safe

The system checks if the target is being referenced by a task. If the target is being referenced, the system returns an error and does not deregister the target from the Maintenance Window.

Request syntax

svc$deregister_target_from_maintenance_window(
  WindowId = "string",
  WindowTargetId = "string",
  Safe = TRUE|FALSE
)