Skip to main content

policy_stores_list_only

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

Overview

Namepolicy_stores_list_only
TypeResource
DescriptionRepresents a policy store that you can place schema, policies, and policy templates in to validate authorization requests
Idaws.verifiedpermissions.policy_stores_list_only

Fields

NameDatatypeDescription
arnstring
descriptionstring
policy_store_idstring
validation_settingsobject
schemaobject
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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