Skip to main content

subscription_targets

Retrieves a list of subscription_targets in a region

Overview

Namesubscription_targets
TypeResource
Descriptionsubscription_targets
Idawscc.datazone.subscription_targets

Fields

NameDatatypeDescription
domain_idstringThe ID of the Amazon DataZone domain in which subscription target is created.
environment_idstringThe ID of the environment in which subscription target is created.
idstringThe ID of the subscription target.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
domain_id,
environment_id,
id
FROM awscc.datazone.subscription_targets
WHERE region = 'us-east-1'

Permissions

To operate on the subscription_targets resource, the following permissions are required:

Create

datazone:CreateSubscriptionTarget,
datazone:GetSubscriptionTarget,
iam:PassRole

List

datazone:ListSubscriptionTargets