policies_list_only
Lists policies in a region or regions, for all properties use policies
Overview
| Name | policies_list_only |
| Type | Resource |
| Description | Policies in AWS Organizations enable you to manage different features of the AWS accounts in your organization. You can use policies when all features are enabled in your organization. |
| Id | aws.organizations.policies_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | Id of the Policy |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all policies in a region.
SELECT
region,
id
FROM aws.organizations.policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the policies_list_only resource, see policies