Cluster

class Cluster : KotlinCustomResource

Create an Elastic Container Service (ECS) cluster.

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the Amazon ECS cluster, such as arn:aws:ecs:us-east-2:123456789012:cluster/MyECSCluster.

Link copied to clipboard
Link copied to clipboard
val clusterName: Output<String>?

A user-generated string that you use to identify your cluster. If you don't specify a name, AWS CloudFormation generates a unique physical ID for the name.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<ClusterTag>>?
Link copied to clipboard
val urn: Output<String>