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.
content
(String) 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
(Attributes Set) A list of tags that you want to attach to the resource policy (see below for nested schema)arn
(String) The Amazon Resource Name (ARN) of the resource policy.id
(String) Uniquely identifies the resource.resource_policy_id
(String) The unique identifier (ID) associated with this resource policy.tags
Required:
key
(String) The key identifier, or name, of the tag.value
(String) The string value that's associated with the key of the tag. You can set the value of a tag to an empty string, but you can't set the value of a tag to null.Import is supported using the following syntax:
$ terraform import awscc_organizations_resource_policy.example <resource ID>