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.

Module Contents

Functions

build_submit_kwargs()

airflow.providers.amazon.aws.executors.batch.batch_executor_config.build_submit_kwargs()[source]

Was this entry helpful?