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. |
arn | string | The Amazon Resource Name (ARN) of an organization. |
feature_set | string | Specifies the feature set supported by the new organization. Each feature set supports different levels of functionality. |
management_account_arn | string | The Amazon Resource Name (ARN) of the account that is designated as the management account for the organization. |
management_account_id | string | The unique identifier (ID) of the management account of an organization. |
management_account_email | string | The email address that is associated with the AWS account that is designated as the management account for the organization. |
root_id | string | The unique identifier (ID) for the root. |
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