aws.m2.list_batch_job_definitions
Example SQL Queries
SELECT * FROMaws.m2.list_batch_job_definitionsWHERE"application_id" = 'VALUE';Description
Lists all the available batch job definitions based on the batch job resources uploaded during the application creation. You can use the batch job definitions in the list to start a batch job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The identifier of the application. | VARCHAR |
| prefix Input Column If the batch job definition is a FileBatchJobDefinition, the prefix allows you to search on the file names of FileBatchJobDefinitions. | 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 |
| file_batch_job_definition Specifies a file containing a batch job definition. | STRUCT( |
Show child fields
| |
| script_batch_job_definition A script containing a batch job definition. | STRUCT( |
Show child fields
| |