DocumentDescription
Describes an Amazon Web Services Systems Manager document (SSM document).
Types
Properties
The version of the document currently approved for use in the organization.
Details about the document attachments, including names, locations, sizes, and so on.
The value that identifies a document's category.
The date when the document was created.
The default version.
A description of the document.
The friendly name of the SSM document. This value can differ for each version of the document. If you want to update this value, see UpdateDocument.
The document format, either JSON or YAML.
The type of document.
The document version.
The hash type of the document. Valid values include Sha256
or Sha1
.
The latest version of the document.
A description of the parameters for a document.
The version of the document that is currently under review.
The list of operating system (OS) platforms compatible with this SSM document.
A list of SSM documents required by a document. For example, an ApplicationConfiguration
document requires an ApplicationConfigurationSchema
document.
Details about the review of a document.
The current status of the review.
The schema version.
The status of the SSM document.
A message returned by Amazon Web Services Systems Manager that explains the Status
value. For example, a Failed
status might be explained by the StatusInformation
message, "The specified S3 bucket doesn't exist. Verify that the URL of the S3 bucket is correct."
The target type which defines the kinds of resources the document can run on. For example, /AWS::EC2::Instance
. For a list of valid resource types, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.
The version of the artifact associated with the document.