Skip to main content

resource_policy_tags

Expands all tag keys and values for resource_policies in a region

Overview

Nameresource_policy_tags
TypeResource
DescriptionYou 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.
Idaws.organizations.resource_policy_tags

Fields

NameDatatypeDescription
idstringThe unique identifier (ID) associated with this resource policy.
arnstringThe Amazon Resource Name (ARN) of the resource policy.
contentobjectThe 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_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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