paws.management (version 0.1.0)

ssm_delete_document: Deletes the Systems Manager document and all instance associations to the document

Description

Deletes the Systems Manager document and all instance associations to the document.

Usage

ssm_delete_document(Name)

Arguments

Name

[required] The name of the document.

Request syntax

svc$delete_document(
  Name = "string"
)

Details

Before you delete the document, we recommend that you use DeleteAssociation to disassociate all instances that are associated with the document.