ECSClusterAn ECS cluster.Example Usage1import launchflow as lf 2 3ecs_cluster = lf.aws.ECSCluster("my-cluster") content_copyinitializationCreates a new ECS cluster.Args:name (str): The name of the ECS cluster.