| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.capacity(AddCapacityOptions capacity)
(experimental) The ec2 capacity to add to the cluster.
|
Cluster.Builder |
Cluster.Builder.clusterName(String clusterName)
(experimental) The name for the cluster.
|
Cluster.Builder |
Cluster.Builder.containerInsights(Boolean containerInsights)
(experimental) 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)
(experimental) The service discovery namespace created in this cluster.
|
Cluster.Builder |
Cluster.Builder.enableFargateCapacityProviders(Boolean enableFargateCapacityProviders)
(experimental) Whether to enable Fargate Capacity Providers.
|
Cluster.Builder |
Cluster.Builder.vpc(IVpc vpc)
(experimental) The VPC where your ECS instances will be running or your ENIs will be deployed.
|
Copyright © 2021. All rights reserved.