DocumentDescription

Describes an Amazon Web Services Systems Manager document (SSM document).

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The version of the document currently approved for use in the organization.

Link copied to clipboard

Details about the document attachments, including names, locations, sizes, and so on.

Link copied to clipboard

The user in your organization who created the document.

Link copied to clipboard

The classification of a document to help you identify and categorize its use.

Link copied to clipboard

The value that identifies a document's category.

Link copied to clipboard

The date when the document was created.

Link copied to clipboard

The default version.

Link copied to clipboard

A description of the document.

Link copied to clipboard

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.

Link copied to clipboard

The document format, either JSON or YAML.

Link copied to clipboard

The type of document.

Link copied to clipboard

The document version.

Link copied to clipboard
val hash: String?

The Sha256 or Sha1 hash created by the system when the document was created.

Link copied to clipboard

The hash type of the document. Valid values include Sha256 or Sha1.

Link copied to clipboard

The latest version of the document.

Link copied to clipboard
val name: String?

The name of the SSM document.

Link copied to clipboard

The Amazon Web Services user that created the document.

Link copied to clipboard

A description of the parameters for a document.

Link copied to clipboard

The version of the document that is currently under review.

Link copied to clipboard

The list of operating system (OS) platforms compatible with this SSM document.

Link copied to clipboard

A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.

Link copied to clipboard

Details about the review of a document.

Link copied to clipboard

The current status of the review.

Link copied to clipboard

The schema version.

Link copied to clipboard
val sha1: String?

The SHA1 hash of the document, which you can use for verification.

Link copied to clipboard

The status of the SSM document.

Link copied to clipboard

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."

Link copied to clipboard
val tags: List<Tag>?

The tags, or metadata, that have been applied to the document.

Link copied to clipboard

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.

Link copied to clipboard

The version of the artifact associated with the document.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String