View source: R/ssm_operations.R
ssm_delete_document | R Documentation |
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.
ssm_delete_document(
Name,
DocumentVersion = NULL,
VersionName = NULL,
Force = NULL
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.