organization
Gets an individual organization
resource
Overview
Name | organization |
Type | Resource |
Description | organization |
Id | awscc.organizations.organization |
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
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