aws.datazone.list_subscription_targets
Example SQL Queries
SELECT * FROMaws.datazone.list_subscription_targetsWHERE"domain_identifier" = 'VALUE'AND "environment_identifier" = 'VALUE';Description
Lists subscription targets in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the Amazon DataZone domain where you want to list subscription targets. | VARCHAR |
| environment_identifier Required Input Column The identifier of the environment where you want to list subscription targets. | VARCHAR |
| sort_by Input Column Specifies the way in which the results of this action are to be sorted. | VARCHAR |
| sort_order Input Column Specifies the sort order for the results of this action. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| applicable_asset_types The asset types included in the subscription target. | VARCHAR[] |
Show child fields
| |
| authorized_principals The authorized principals included in the subscription target. | VARCHAR[] |
Show child fields
| |
| created_at The timestamp of when the subscription target was created. | TIMESTAMP_S |
| created_by The Amazon DataZone user who created the subscription target. | VARCHAR |
| domain_id The identifier of the Amazon DataZone domain in which the subscription target exists. | VARCHAR |
| environment_id The identifier of the environment of the subscription target. | VARCHAR |
| id The identifier of the subscription target. | VARCHAR |
| manage_access_role The manage access role specified in the subscription target. | VARCHAR |
| name The name of the subscription target. | VARCHAR |
| project_id The identifier of the project specified in the subscription target. | VARCHAR |
| provider The provider of the subscription target. | VARCHAR |
| subscription_target_config The configuration of the subscription target. | STRUCT( |
Show child fields
| |
| type The type of the subscription target. | VARCHAR |
| updated_at The timestamp of when the subscription target was updated. | TIMESTAMP_S |
| updated_by The Amazon DataZone user who updated the subscription target. | VARCHAR |