ssm_delete_document: Deletes the Amazon Web Services Systems Manager document (SSM...

View source: R/ssm_operations.R

ssm_delete_documentR Documentation

Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document

Description

Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document.

See https://www.paws-r-sdk.com/docs/ssm_delete_document/ for full documentation.

Usage

ssm_delete_document(
  Name,
  DocumentVersion = NULL,
  VersionName = NULL,
  Force = NULL
)

Arguments

Name

[required] The name of the document.

DocumentVersion

The version of the document that you want to delete. If not provided, all versions of the document are deleted.

VersionName

The version name of the document that you want to delete. If not provided, all versions of the document are deleted.

Force

Some SSM document types require that you specify a Force flag before you can delete the document. For example, you must specify a Force flag to delete a document of type ApplicationConfigurationSchema. You can restrict access to the Force flag in an Identity and Access Management (IAM) policy.


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