ssm_get_document {paws.management} | R Documentation |
Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document)
Description
Gets the contents of the specified Amazon Web Services Systems Manager document (SSM document).
See https://www.paws-r-sdk.com/docs/ssm_get_document/ for full documentation.
Usage
ssm_get_document(
Name,
VersionName = NULL,
DocumentVersion = NULL,
DocumentFormat = NULL
)
Arguments
Name |
[required] The name of the SSM document. |
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. |
DocumentVersion |
The document version for which you want information. |
DocumentFormat |
Returns the document in the specified format. The document format can be either JSON or YAML. JSON is the default format. |
[Package paws.management version 0.9.0 Index]