AWS Fundamentals Logo
AWS Fundamentals
AWS::Organizations::ResourcePolicy

Organizations ResourcePolicy

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.

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Content
objectstring
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) of the resource policy.
IdstringThe unique identifier (ID) associated with this resource policy.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Organizations::ResourcePolicy

Resources:
  MyResource:
    Type: AWS::Organizations::ResourcePolicy
    Properties:
      Content: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

organizations:PutResourcePolicyorganizations:DescribeResourcePolicyorganizations:ListTagsForResourceorganizations:TagResource

read

organizations:DescribeResourcePolicyorganizations:ListTagsForResource

update

organizations:DescribeResourcePolicyorganizations:PutResourcePolicyorganizations:ListTagsForResourceorganizations:TagResourceorganizations:UntagResource

delete

organizations:DeleteResourcePolicy

list

organizations:DescribeResourcePolicy

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceOrganizations
Properties4
Required1
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links