owners_list_only
Lists owners in a region or regions, for all properties use owners
Overview
| Name | owners_list_only |
| Type | Resource |
| Description | A owner can set up authorization permissions on their resources. |
| Id | awscc.datazone.owners_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
entity_type | string | The type of an entity. |
owner | object | The owner that you want to add to the entity. |
entity_identifier | string | The ID of the entity to which you want to add an owner. |
domain_identifier | string | The ID of the domain in which you want to add the entity owner. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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