paws.management (version 0.5.0)

ssm_update_maintenance_window_target: Modifies the target of an existing maintenance window

Description

Modifies the target of an existing maintenance window. You can change the following:

See https://www.paws-r-sdk.com/docs/ssm_update_maintenance_window_target/ for full documentation.

Usage

ssm_update_maintenance_window_target(
  WindowId,
  WindowTargetId,
  Targets = NULL,
  OwnerInformation = NULL,
  Name = NULL,
  Description = NULL,
  Replace = NULL
)

Arguments

WindowId

[required] The maintenance window ID with which to modify the target.

WindowTargetId

[required] The target ID to modify.

Targets

The targets to add or replace.

OwnerInformation

User-provided value that will be included in any Amazon CloudWatch Events events raised while running tasks for these targets in this maintenance window.

Name

A name for the update.

Description

An optional description for the update.

Replace

If True, then all fields that are required by the register_target_with_maintenance_window operation are also required for this API request. Optional fields that aren't specified are set to null.