---
type: resource-type
title: Organization
description: aws resource type AWS::Organizations::Organization
name: Organization
lexicon: aws
resource_type: AWS::Organizations::Organization
---
`AWS::Organizations::Organization`, a resource type of the aws lexicon.

## Properties

- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of an organization.
- `FeatureSet` (`"ALL" | "CONSOLIDATED_BILLING"`, optional): Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
- `Id` (`string`, optional): The unique identifier (ID) of an organization.
- `ManagementAccountArn` (`string`, optional): The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
- `ManagementAccountEmail` (`string`, optional): The email address that is associated with the AWS account that is designated as the management account for the organization.
- `ManagementAccountId` (`string`, optional): The unique identifier (ID) of the management account of an organization.
- `RootId` (`string`, optional): The unique identifier (ID) for the root.

## Attributes

- `Arn`
- `Id`
- `ManagementAccountArn`
- `ManagementAccountEmail`
- `ManagementAccountId`
- `RootId`

## Governed by

- [WAW058](/rules/WAW058.md): Organization audit trail missing, not logging, or scoped down to a single region
