ssm_delete_association: Disassociates the specified Amazon Web Services Systems...

View source: R/ssm_operations.R

ssm_delete_associationR 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.

InstanceId has been deprecated. To specify a managed node ID for an association, use the Targets parameter. Requests that include the parameter InstanceID with Systems Manager documents (SSM documents) that use schema version 2.0 or later will fail. In addition, if you use the parameter InstanceId, you can't use the parameters AssociationName, DocumentVersion, MaxErrors, MaxConcurrency, OutputLocation, or ScheduleExpression. To use these parameters, you must use the Targets parameter.

AssociationId

The association ID that you want to delete.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.