ssm_delete_association {paws.management} | R Documentation |
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node
Description
Disassociates the specified Amazon Web Services Systems Manager document (SSM document) from the specified managed node. If you created the association by using the Targets
parameter, then you must delete the association by using the association ID.
See https://www.paws-r-sdk.com/docs/ssm_delete_association/ for full documentation.
Usage
ssm_delete_association(Name = NULL, InstanceId = NULL, AssociationId = NULL)
Arguments
Name |
The name of the SSM document. |
InstanceId |
The managed node ID.
|
AssociationId |
The association ID that you want to delete. |