ssm_describe_document {paws.management} | R Documentation |
Describes the specified Amazon Web Services Systems Manager document (SSM document)
Description
Describes the specified Amazon Web Services Systems Manager document (SSM document).
See https://www.paws-r-sdk.com/docs/ssm_describe_document/ for full documentation.
Usage
ssm_describe_document(Name, DocumentVersion = NULL, VersionName = NULL)
Arguments
Name |
[required] The name of the SSM document. |
DocumentVersion |
The document version for which you want information. Can be a specific version or the default version. |
VersionName |
An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed. |
[Package paws.management version 0.7.0 Index]