Deletes the Amazon Web Services Systems Manager document (SSM document) and all managed node associations to the document
Source:R/ssm_operations.R
ssm_delete_document.RdDeletes 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.
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
Forceflag before you can delete the document. For example, you must specify aForceflag to delete a document of typeApplicationConfigurationSchema. You can restrict access to theForceflag in an Identity and Access Management (IAM) policy.