latest--aws-ssm-document
shared| Type | object |
|---|---|
| Schema URL | https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-ssm-document.json |
| Parent schema | serverless-framework-configuration |
The AWS::SSM::Document resource is an SSM document in AWS Systems Manager that defines the actions that Systems Manager performs, which can be used to set up and run commands on your instances.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-ssm
Properties
The content for the Systems Manager document in JSON, YAML or String format.
A list of key and value pairs that describe attachments to a version of a document.
A name for the Systems Manager document.
An optional field specifying the version of the artifact you are creating with the document. This value is unique across all versions of a document, and cannot be changed.
The type of document to create.
Specify the document format for the request. The document format can be either JSON or YAML. JSON is the default format.
Specify a target type to define the kinds of resources the document can run on.
Optional metadata that you assign to a resource. Tags enable you to categorize a resource in different ways, such as by purpose, owner, or environment.
A list of SSM documents required by a document. For example, an ApplicationConfiguration document requires an ApplicationConfigurationSchema document.
Update method - when set to 'Replace', the update will replace the existing document; when set to 'NewVersion', the update will create a new version.
Definitions
The key of a key-value pair that identifies the location of an attachment to a document.
The value of a key-value pair that identifies the location of an attachment to a document. The format for Value depends on the type of key you specify.
The name of the document attachment file.
The name of the tag.
The value of the tag.
The name of the required SSM document. The name can be an Amazon Resource Name (ARN).
The document version required by the current document.