aws.datazone.get_subscription_target
Example SQL Queries
SELECT * FROMaws.datazone.get_subscription_targetWHERE"domain_identifier" = 'VALUE'AND "environment_identifier" = 'VALUE'AND "identifier" = 'VALUE';Description
Gets the subscription target in Amazon DataZone.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the Amazon DataZone domain in which the subscription target exists. | VARCHAR |
| environment_identifier Required Input Column The ID of the environment associated with the subscription target. | VARCHAR |
| identifier Required Input Column The ID of the subscription target. | 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 associated with the subscription target. | VARCHAR[] |
Show child fields
| |
| authorized_principals The authorized principals of 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 ID of the Amazon DataZone domain in which the subscription target exists. | VARCHAR |
| environment_id The ID of the environment associated with the subscription target. | VARCHAR |
| id The ID of the subscription target. | VARCHAR |
| manage_access_role The manage access role with which the subscription target was created. | VARCHAR |
| name The name of the subscription target. | VARCHAR |
| project_id The ID of the project associated with the subscription target. | VARCHAR |
| provider The provider of the subscription target. | VARCHAR |
| subscription_target_config The configuration of teh 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 |