paws.management (version 0.1.0)

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

Description

Disassociates the specified Systems Manager document from the specified instance.

Usage

ssm_delete_association(Name, InstanceId, AssociationId)

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"
)

Details

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.