documents
Retrieves a list of documents
in a region
Overview
Name | documents |
Type | Resource |
Description | documents |
Id | awscc.ssm.documents |
Fields
Name | Datatype | Description |
---|---|---|
name | string | A name for the Systems Manager document. |
region | string | AWS 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