Skip to main content

documents_list_only

Lists documents in a region or regions, for all properties use documents

Overview

Namedocuments_list_only
TypeResource
DescriptionThe 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.
Idaws.ssm.documents_list_only

Fields

NameDatatypeDescription
namestringA name for the Systems Manager document.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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