Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-organizations-resourcepolicy.json
Parent schema serverless-framework-configuration
Type: object

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.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-organizations

Properties

Content object | string required

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.

minLength=1maxLength=40000pattern=[\s\S]*
Tags Tag[]

A list of tags that you want to attach to the resource policy

uniqueItems=true

Definitions

Tag object

A custom key-value pair associated with a resource within your organization.

Key string | Aws_CF_FunctionString required

The key identifier, or name, of the tag.

Value string | Aws_CF_FunctionString required

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.