Skip to main content

organizations_list_only

Lists organizations in a region or regions, for all properties use organizations

Overview

Nameorganizations_list_only
TypeResource
DescriptionResource schema for AWS::Organizations::Organization
Idaws.organizations.organizations_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all organizations in a region.

SELECT
region,
id
FROM aws.organizations.organizations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the organizations_list_only resource, see organizations