Modifies the target of an existing maintenance window. You can change the following:
ssm_update_maintenance_window_target(WindowId, WindowTargetId, Targets,
OwnerInformation, Name, Description, Replace)
[required] The maintenance window ID with which to modify the target.
[required] The target ID to modify.
The targets to add or replace.
User-provided value that will be included in any CloudWatch events raised while running tasks for these targets in this maintenance window.
A name for the update.
An optional description for the update.
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.
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 )
Name
Description
Owner
IDs for an ID target
Tags for a Tag target
From any supported tag type to another. The three supported tag types are ID target, Tag target, and resource group. For more information, see Target.
If a parameter is null, then the corresponding field is not modified.