Skip to main content

owners_list_only

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

Overview

Nameowners_list_only
TypeResource
DescriptionA owner can set up authorization permissions on their resources.
Idawscc.datazone.owners_list_only

Fields

NameDatatypeDescription
entity_typestringThe type of an entity.
ownerobjectThe owner that you want to add to the entity.
entity_identifierstringThe ID of the entity to which you want to add an owner.
domain_identifierstringThe ID of the domain in which you want to add the entity owner.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all owners in a region.

SELECT
region,
domain_identifier,
entity_type,
entity_identifier,
owner_type,
owner_identifier
FROM awscc.datazone.owners_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the owners_list_only resource, see owners