policies
Retrieves a list of policies
in a region
Overview
Name | policies |
Type | Resource |
Description | policies |
Id | awscc.iot.policies |
Fields
Name | Datatype | Description |
---|---|---|
id | string | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.iot.policies
WHERE region = 'us-east-1'
Permissions
To operate on the policies
resource, the following permissions are required:
Create
iot:CreatePolicy,
iot:GetPolicy,
iot:TagResource,
iot:ListTagsForResource
List
iot:ListPolicies