subscription_targets_list_only
Lists subscription_targets
in a region or regions, for all properties use subscription_targets
Overview
Name | subscription_targets_list_only |
Type | Resource |
Description | Subscription targets enables one to access the data to which you have subscribed in your projects. |
Id | aws.datazone.subscription_targets_list_only |
Fields
Name | Datatype | Description |
---|---|---|
domain_id | string | The ID of the Amazon DataZone domain in which subscription target is created. |
environment_id | string | The ID of the environment in which subscription target is created. |
id | string | The ID of the subscription target. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all subscription_targets
in a region.
SELECT
region,
domain_id,
environment_id,
id
FROM aws.datazone.subscription_targets_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the subscription_targets_list_only
resource, see subscription_targets