paws.management (version 0.1.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't change the target type, but you can change the following:

Usage

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

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 CloudWatch 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 RegisterTargetWithMaintenanceWindow action are also required for this API request. Optional fields that are not specified are set to null.

Request syntax

svc$update_maintenance_window_target(
  WindowId = "string",
  WindowTargetId = "string",
  Targets = list(
    list(
      Key = "string",
      Values = list(
        "string"
      )
    )
  ),
  OwnerInformation = "string",
  Name = "string",
  Description = "string",
  Replace = TRUE|FALSE
)

Details

The target from being an ID target to a Tag target, or a Tag target to an ID target.

IDs for an ID target.

Tags for a Tag target.

Owner.

Name.

Description.

If a parameter is null, then the corresponding field is not modified.