Skip to main content

organization

Gets an individual organization resource

Overview

Nameorganization
TypeResource
Descriptionorganization
Idawscc.organizations.organization

Fields

NameDatatypeDescription
idstringThe unique identifier (ID) of an organization.
arnstringThe Amazon Resource Name (ARN) of an organization.
feature_setstringSpecifies the feature set supported by the new organization. Each feature set supports different levels of functionality.
management_account_arnstringThe Amazon Resource Name (ARN) of the account that is designated as the management account for the organization.
management_account_idstringThe unique identifier (ID) of the management account of an organization.
management_account_emailstringThe email address that is associated with the AWS account that is designated as the management account for the organization.
root_idstringThe unique identifier (ID) for the root.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
feature_set,
management_account_arn,
management_account_id,
management_account_email,
root_id
FROM awscc.organizations.organization
WHERE data__Identifier = '<Id>';

Permissions

To operate on the organization resource, the following permissions are required:

Read

organizations:DescribeOrganization,
organizations:ListRoots

Delete

organizations:DeleteOrganization,
organizations:DescribeOrganization