resource_policies_list_only
Lists resource_policies
in a region or regions, for all properties use resource_policies
Overview
Name | resource_policies_list_only |
Type | Resource |
Description | You can use AWS::Organizations::ResourcePolicy to delegate policy management for AWS Organizations to specified member accounts to perform policy actions that are by default available only to the management account. |
Id | aws.organizations.resource_policies_list_only |
Fields
Name | Datatype | Description |
---|---|---|
id | string | The unique identifier (ID) associated with this resource policy. |
arn | string | The Amazon Resource Name (ARN) of the resource policy. |
content | object | The policy document. For AWS CloudFormation templates formatted in YAML, you can provide the policy in JSON or YAML format. AWS CloudFormation always converts a YAML policy to JSON format before submitting it. |
tags | array | A list of tags that you want to attach to the resource policy |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all resource_policies
in a region.
SELECT
region,
id
FROM aws.organizations.resource_policies_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resource_policies_list_only
resource, see resource_policies