aws.datazone.list_asset_revisions
Example SQL Queries
SELECT * FROMaws.datazone.list_asset_revisionsWHERE"domain_identifier" = 'VALUE'AND "identifier" = 'VALUE';Description
Lists the revisions for the asset.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The identifier of the domain. | VARCHAR |
| identifier Required Input Column The identifier of the asset. | 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 of when an inventory asset revison was created. | TIMESTAMP_S |
| created_by The Amazon DataZone user who created the asset revision. | VARCHAR |
| domain_id The Amazon DataZone user who created the inventory asset. | VARCHAR |
| id The identifier of the inventory asset revision. | VARCHAR |
| revision The revision details of the inventory asset. | VARCHAR |