AWS::Organizations::ResourcePolicyYou 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.
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Content | objectstring | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the resource policy. |
Id | string | The unique identifier (ID) associated with this resource policy. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Organizations::ResourcePolicy
Resources:
MyResource:
Type: AWS::Organizations::ResourcePolicy
Properties:
Content: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
organizations:PutResourcePolicyorganizations:DescribeResourcePolicyorganizations:ListTagsForResourceorganizations:TagResourceorganizations:DescribeResourcePolicyorganizations:ListTagsForResourceorganizations:DescribeResourcePolicyorganizations:PutResourcePolicyorganizations:ListTagsForResourceorganizations:TagResourceorganizations:UntagResourceorganizations:DeleteResourcePolicyorganizations:DescribeResourcePolicyOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId