policy_stores_list_only
Lists policy_stores in a region or regions, for all properties use policy_stores
Overview
| Name | policy_stores_list_only |
| Type | Resource |
| Description | Represents a policy store that you can place schema, policies, and policy templates in to validate authorization requests |
| Id | aws.verifiedpermissions.policy_stores_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
policy_store_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all policy_stores in a region.
SELECT
region,
policy_store_id
FROM aws.verifiedpermissions.policy_stores_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the policy_stores_list_only resource, see policy_stores