Skip to main content

documents

Retrieves a list of documents in a region

Overview

Namedocuments
TypeResource
Descriptiondocuments
Idawscc.ssm.documents

Fields

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

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.ssm.documents
WHERE region = 'us-east-1'

Permissions

To operate on the documents resource, the following permissions are required:

Create

ssm:CreateDocument,
ssm:GetDocument,
ssm:AddTagsToResource,
ssm:ListTagsForResource,
s3:GetObject,
iam:PassRole

List

ssm:ListDocuments