View source: R/ssm_operations.R
ssm_update_maintenance_window_target | R Documentation |
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.
ssm_update_maintenance_window_target(
WindowId,
WindowTargetId,
Targets = NULL,
OwnerInformation = NULL,
Name = NULL,
Description = NULL,
Replace = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.