Learn R Programming

paws.management (version 0.1.12)

ssm_delete_association: Disassociates the specified Systems Manager document from the specified instance

Description

Disassociates the specified Systems Manager document from the specified instance.

When you disassociate a document from an instance, it does not change the configuration of the instance. To change the configuration state of an instance after you disassociate a document, you must create a new document with the desired configuration and associate it with the instance.

Usage

ssm_delete_association(Name, InstanceId, AssociationId)

Value

An empty list.

Arguments

Name

The name of the Systems Manager document.

InstanceId

The ID of the instance.

AssociationId

The association ID that you want to delete.

Request syntax

svc$delete_association(
  Name = "string",
  InstanceId = "string",
  AssociationId = "string"
)