Skip to main content

domain_units_list_only

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

Overview

Namedomain_units_list_only
TypeResource
DescriptionA domain unit enables you to easily organize your assets and other domain entities under specific business units and teams.
Idawscc.datazone.domain_units_list_only

Fields

NameDatatypeDescription
domain_idstringThe ID of the domain where the domain unit was created.
idstringThe ID of the domain unit.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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