aws.datazone.list_data_product_revisions
Example SQL Queries
SELECT * FROMaws.datazone.list_data_product_revisionsWHERE"domain_identifier" = 'VALUE'AND "identifier" = 'VALUE';Description
Lists data product revisions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the domain of the data product revisions that you want to list. | VARCHAR |
| identifier Required Input Column The ID of the data product revision. | 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 |
| created_at The timestamp at which the data product revision was created. | TIMESTAMP_S |
| created_by The user who created the data product revision. | VARCHAR |
| domain_id The ID of the domain where the data product revision lives. | VARCHAR |
| id The ID of the data product revision. | VARCHAR |
| revision The data product revision. | VARCHAR |