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

You can use organizational units (OUs) to group accounts together to administer as a single unit. This greatly simplifies the management of your accounts. For example, you can attach a policy-based control to an OU, and all accounts within the OU automatically inherit the policy. You can create multiple OUs within a single organization, and you can create OUs within other OUs. Each OU can contain multiple accounts, and you can move accounts from one OU to another. However, OU names must be unique within a parent OU or root.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-organizations

Properties

Name string | Aws_CF_FunctionString required

The friendly name of this OU.

ParentId string | Aws_CF_FunctionString required

The unique identifier (ID) of the parent root or OU that you want to create the new OU in.

Tags Tag[]

A list of tags that you want to attach to the newly created OU.

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.