ECSCluster

An ECS cluster.

Example Usage

1
import launchflow as lf
2
3
ecs_cluster = lf.aws.ECSCluster("my-cluster")

initialization

Creates a new ECS cluster.

Args:

  • name (str): The name of the ECS cluster.