| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.capacity(AddCapacityOptions capacity)
The ec2 capacity to add to the cluster.
|
Cluster.Builder |
Cluster.Builder.clusterName(String clusterName)
The name for the cluster.
|
Cluster.Builder |
Cluster.Builder.containerInsights(Boolean containerInsights)
If true CloudWatch Container Insights will be enabled for the cluster.
|
static Cluster.Builder |
Cluster.Builder.create(software.constructs.Construct scope,
String id) |
Cluster.Builder |
Cluster.Builder.defaultCloudMapNamespace(CloudMapNamespaceOptions defaultCloudMapNamespace)
The service discovery namespace created in this cluster.
|
Cluster.Builder |
Cluster.Builder.enableFargateCapacityProviders(Boolean enableFargateCapacityProviders)
Whether to enable Fargate Capacity Providers.
|
Cluster.Builder |
Cluster.Builder.executeCommandConfiguration(ExecuteCommandConfiguration executeCommandConfiguration)
The execute command configuration for the cluster.
|
Cluster.Builder |
Cluster.Builder.vpc(IVpc vpc)
The VPC where your ECS instances will be running or your ENIs will be deployed.
|
Copyright © 2022. All rights reserved.