aws.m2.list_batch_job_restart_points
Example SQL Queries
SELECT * FROMaws.m2.list_batch_job_restart_pointsWHERE"application_id" = 'VALUE'AND "execution_id" = 'VALUE';Description
Lists all the job steps for JCL files to restart a batch job. This is only applicable for Micro Focus engine with versions 8.0.6 and above.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The unique identifier of the application. | VARCHAR |
| execution_id Required Input Column The unique identifier of each batch job execution. | 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 |
| batch_job_steps Returns all the batch job steps and related information for a batch job that previously ran. | STRUCT( |
Show child fields
| |