paws.management (version 0.1.0)

ssm_describe_document: Describes the specified Systems Manager document

Description

Describes the specified Systems Manager document.

Usage

ssm_describe_document(Name, DocumentVersion, VersionName)

Arguments

Name

[required] The name of the Systems Manager 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, "Release 12, Update 6". This value is unique across all versions of a document, and cannot be changed.

Request syntax

svc$describe_document(
  Name = "string",
  DocumentVersion = "string",
  VersionName = "string"
)