aws.datazone.list_metadata_generation_runs
Example SQL Queries
SELECT * FROMaws.datazone.list_metadata_generation_runsWHERE"domain_identifier" = 'VALUE';Description
Lists all metadata generation runs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain_identifier Required Input Column The ID of the Amazon DataZone domain where you want to list metadata generation runs. | VARCHAR |
| status Input Column The status of the metadata generation run. | VARCHAR |
| type Input Column The type of the metadata generation run. | 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 metadata generation run was created. | TIMESTAMP_S |
| created_by The user who created the metadata generation run. | VARCHAR |
| domain_id The ID of the Amazon DataZone domain in which the metadata generation run was created. | VARCHAR |
| id The ID of the metadata generation run. | VARCHAR |
| owning_project_id The ID of the project that owns the asset for which the metadata generation was ran. | VARCHAR |
| target The asset for which metadata was generated. | STRUCT( |
Show child fields
| |