resource_policy_tags
Expands all tag keys and values for resource_policies
in a region
Overview
Name | resource_policy_tags |
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_policy_tags |
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. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all resource_policies
in a region.
SELECT
region,
id,
arn,
content,
tag_key,
tag_value
FROM aws.organizations.resource_policy_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resource_policy_tags
resource, see resource_policies