NAME
Paws::SSM::GetDocumentResult
ATTRIBUTES
AttachmentsContent => ArrayRef[Paws::SSM::AttachmentContent]
A description of the document attachments, including names, locations, sizes, and so on.
Content => Str
The contents of the Systems Manager document.
CreatedDate => Str
The date the Systems Manager document was created.
DisplayName => Str
The friendly name of the Systems Manager document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.
DocumentFormat => Str
The document format, either JSON or YAML.
Valid values are: "YAML", "JSON", "TEXT" =head2 DocumentType => Str
The document type.
Valid values are: "Command", "Policy", "Automation", "Session", "Package", "ApplicationConfiguration", "ApplicationConfigurationSchema", "DeploymentStrategy", "ChangeCalendar", "Automation.ChangeTemplate", "ProblemAnalysis", "ProblemAnalysisTemplate" =head2 DocumentVersion => Str
The document version.
Name => Str
The name of the Systems Manager document.
Requires => ArrayRef[Paws::SSM::DocumentRequires]
A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.
ReviewStatus => Str
The current review status of a new custom Systems Manager document (SSM document) created by a member of your organization, or of the latest version of an existing SSM document.
Only one version of an SSM document can be in the APPROVED state at a time. When a new version is approved, the status of the previous version changes to REJECTED.
Only one version of an SSM document can be in review, or PENDING, at a time.
Valid values are: "APPROVED", "NOT_REVIEWED", "PENDING", "REJECTED" =head2 Status => Str
The status of the Systems Manager document, such as Creating, Active, Updating, Failed, and Deleting.
Valid values are: "Creating", "Active", "Updating", "Deleting", "Failed" =head2 StatusInformation => Str
A message returned by AWS Systems Manager that explains the Status value. For example, a Failed status might be explained by the StatusInformation message, "The specified S3 bucket does not exist. Verify that the URL of the S3 bucket is correct."
VersionName => Str
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.