airflow.providers.amazon.aws.executors.batch.batch_executor_config
¶
AWS Batch Executor configuration.
This is the configuration for calling the Batch submit_job
function. The AWS Batch Executor calls
Boto3’s submit_job(**kwargs)
function with the kwargs templated by this dictionary. See the URL
below for documentation on the parameters accepted by the Boto3 submit_job function.