Modifies the target of an existing maintenance window
Source:R/ssm_operations.R
ssm_update_maintenance_window_target.RdModifies 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 theregister_target_with_maintenance_windowoperation are also required for this API request. Optional fields that aren't specified are set to null.