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