domain_units_list_only
Lists domain_units in a region or regions, for all properties use domain_units
Overview
| Name | domain_units_list_only |
| Type | Resource |
| Description | A domain unit enables you to easily organize your assets and other domain entities under specific business units and teams. |
| Id | awscc.datazone.domain_units_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
domain_id | string | The ID of the domain where the domain unit was created. |
id | string | The ID of the domain unit. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all domain_units in a region.
SELECT
region,
domain_id,
id
FROM awscc.datazone.domain_units_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the domain_units_list_only resource, see domain_units