Skip to main content

subscription_targets_list_only

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

Overview

Namesubscription_targets_list_only
TypeResource
DescriptionSubscription targets enables one to access the data to which you have subscribed in your projects.
Idaws.datazone.subscription_targets_list_only

Fields

NameDatatypeDescription
applicable_asset_typesarrayThe asset types that can be included in the subscription target.
authorized_principalsarrayThe authorized principals of the subscription target.
created_atstringThe timestamp of when the subscription target was created.
created_bystringThe Amazon DataZone user who created the subscription target.
domain_idstringThe ID of the Amazon DataZone domain in which subscription target is created.
domain_identifierstringThe ID of the Amazon DataZone domain in which subscription target would be created.
environment_idstringThe ID of the environment in which subscription target is created.
environment_identifierstringThe ID of the environment in which subscription target would be created.
idstringThe ID of the subscription target.
manage_access_rolestringThe manage access role that is used to create the subscription target.
namestringThe name of the subscription target.
project_idstringThe identifier of the project specified in the subscription target.
providerstringThe provider of the subscription target.
subscription_target_configarrayThe configuration of the subscription target.
typestringThe type of the subscription target.
updated_atstringThe timestamp of when the subscription target was updated.
updated_bystringThe Amazon DataZone user who updated the subscription target.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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