Organization - Amazon Organizations
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Organization

Contains details about an organization. An organization is a collection of accounts that are centrally managed together using consolidated billing, organized hierarchically with organizational units (OUs), and controlled with policies .

Contents

Arn

The Amazon Resource Name (ARN) of an organization.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Service Authorization Reference.

Type: String

Pattern: ^arn:aws:organizations::\d{12}:organization\/o-[a-z0-9]{10,32}

Required: No

AvailablePolicyTypes
Important

Do not use. This field is deprecated and doesn't provide complete information about the policies in your organization.

To determine the policies that are enabled and available for use in your organization, use the ListRoots operation instead.

Type: Array of PolicyTypeSummary objects

Required: No

FeatureSet

Specifies the functionality that currently is available to the organization. If set to "ALL", then all features are enabled and policies can be applied to accounts in the organization. If set to "CONSOLIDATED_BILLING", then only consolidated billing functionality is available. For more information, see Enabling all features in your organization in the Amazon Organizations User Guide.

Type: String

Valid Values: ALL | CONSOLIDATED_BILLING

Required: No

Id

The unique identifier (ID) of an organization.

The regex pattern for an organization ID string requires "o-" followed by from 10 to 32 lowercase letters or digits.

Type: String

Pattern: ^o-[a-z0-9]{10,32}$

Required: No

MasterAccountArn

The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.

For more information about ARNs in Organizations, see ARN Formats Supported by Organizations in the Amazon Service Authorization Reference.

Type: String

Pattern: ^arn:aws:organizations::\d{12}:account\/o-[a-z0-9]{10,32}\/\d{12}

Required: No

MasterAccountEmail

The email address that is associated with the Amazon account that is designated as the management account for the organization.

Type: String

Length Constraints: Minimum length of 6. Maximum length of 64.

Pattern: [^\s@]+@[^\s@]+\.[^\s@]+

Required: No

MasterAccountId

The unique identifier (ID) of the management account of an organization.

The regex pattern for an account ID string requires exactly 12 digits.

Type: String

Length Constraints: Maximum length of 12.

Pattern: ^\d{12}$

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: