ssm_update_association_status {paws.management} | R Documentation |
Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node
Description
Updates the status of the Amazon Web Services Systems Manager document (SSM document) associated with the specified managed node.
See https://www.paws-r-sdk.com/docs/ssm_update_association_status/ for full documentation.
Usage
ssm_update_association_status(Name, InstanceId, AssociationStatus)
Arguments
Name |
[required] The name of the SSM document. |
InstanceId |
[required] The managed node ID. |
AssociationStatus |
[required] The association status. |
[Package paws.management version 0.7.0 Index]