organizations_list_only
Lists organizations in a region or regions, for all properties use organizations
Overview
| Name | organizations_list_only |
| Type | Resource |
| Description | Resource schema for AWS::Organizations::Organization |
| Id | aws.organizations.organizations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | The unique identifier (ID) of an organization. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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