ssm_delete_document {paws.management} | R 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 |