resource_policies
Retrieves a list of resource_policies
in a region
Overview
Name | resource_policies |
Type | Resource |
Description | resource_policies |
Id | awscc.organizations.resource_policies |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique identifier (ID) associated with this resource policy. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
id
FROM awscc.organizations.resource_policies
WHERE region = 'us-east-1'
Permissions
To operate on the resource_policies
resource, the following permissions are required:
Create
organizations:PutResourcePolicy,
organizations:DescribeResourcePolicy,
organizations:ListTagsForResource,
organizations:TagResource
List
organizations:DescribeResourcePolicy