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 |
---|---|---|
applicable_asset_types | array | The asset types that can be included in the subscription target. |
authorized_principals | array | The authorized principals of the subscription target. |
created_at | string | The timestamp of when the subscription target was created. |
created_by | string | The Amazon DataZone user who created the subscription target. |
domain_id | string | The ID of the Amazon DataZone domain in which subscription target is created. |
domain_identifier | string | The ID of the Amazon DataZone domain in which subscription target would be created. |
environment_id | string | The ID of the environment in which subscription target is created. |
environment_identifier | string | The ID of the environment in which subscription target would be created. |
id | string | The ID of the subscription target. |
manage_access_role | string | The manage access role that is used to create the subscription target. |
name | string | The name of the subscription target. |
project_id | string | The identifier of the project specified in the subscription target. |
provider | string | The provider of the subscription target. |
subscription_target_config | array | The configuration of the subscription target. |
type | string | The type of the subscription target. |
updated_at | string | The timestamp of when the subscription target was updated. |
updated_by | string | The Amazon DataZone user who updated 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