documents_list_only
Lists documents
in a region or regions, for all properties use documents
Overview
Name | documents_list_only |
Type | Resource |
Description | 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. |
Id | aws.ssm.documents_list_only |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A name for the Systems Manager document. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all documents
in a region.
SELECT
region,
name
FROM aws.ssm.documents_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the documents_list_only
resource, see documents