AWS::Organizations::OrganizationalUnit
- An Organizational Unit(OU) is a container for accounts that enables you to organize your accounts to apply policies according to your business requirements
- It's best practice to keep the management account(formerly known as "master account") under theroot OU

Root OU
- The Root OUis the parent OU forall accountsin an organization andall other OUsin the organization
- When you apply a policy to the root OU, it applies to every OU and account in the organization.
- The root OU cannot be removed
Properties
Type: AWS::Organizations::OrganizationalUnit
Properties:
  Name: String
  ParentId: String
  Tags:
    - Tag