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.

inputs

1
ECSCluster.inputs(environment_state: EnvironmentState) -> ECSClusterInputs

Get the inputs for the ECS cluster resource.

Args:

  • environment_state (EnvironmentState): The environment to get inputs for.

Returns:

  • An ECSClusterInputs object containing the inputs for the ECS cluster.