aws.m2.list_data_sets
Example SQL Queries
SELECT * FROMaws.m2.list_data_setsWHERE"application_id" = 'VALUE';Description
Lists the data sets imported for a specific application. In Amazon Web Services Mainframe Modernization, data sets are associated with applications deployed on runtime environments. This is known as importing data sets. Currently, Amazon Web Services Mainframe Modernization can import data sets into catalogs using CreateDataSetImportTask.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier of the application for which you want to list the associated data sets. | VARCHAR |
| name_filter Input Column Filter dataset name matching the specified pattern. Can use * and % as wild cards. | VARCHAR |
| prefix Input Column The prefix of the data set name, which you can use to filter the list of data sets. | 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 |
| creation_time The timestamp when the data set was created. | TIMESTAMP_S |
| data_set_name The name of the data set. | VARCHAR |
| data_set_org The type of data set. The only supported value is VSAM. | VARCHAR |
| format The format of the data set. | VARCHAR |
| last_referenced_time The last time the data set was referenced. | TIMESTAMP_S |
| last_updated_time The last time the data set was updated. | TIMESTAMP_S |