EcsDeleteClusterOperator
AmazonDeletes an AWS ECS cluster.
Access Instructions
Install the Amazon provider package into your Airflow environment.
Import the module into your DAG file and instantiate it with your desired params.
Parameters
cluster_nameRequiredThe short name or full Amazon Resource Name (ARN) of the cluster to delete.
wait_for_completionIf True, waits for creation of the cluster to complete. (default: True)
waiter_delayThe amount of time in seconds to wait between attempts, if not set then the default waiter value will be used.
waiter_max_attemptsThe maximum number of attempts to be made, if not set then the default waiter value will be used.
Documentation
Deletes an AWS ECS cluster.
See also
For more information on how to use this operator, take a look at the guide: Delete an AWS ECS Cluster