@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:06.763Z") @Stability(value=Experimental) public interface ClusterProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
ClusterProps.Builder
A builder for
ClusterProps |
static class |
ClusterProps.Jsii$Proxy
An implementation for
ClusterProps |
| Modifier and Type | Method and Description |
|---|---|
static ClusterProps.Builder |
builder() |
default AddCapacityOptions |
getCapacity()
(experimental) The ec2 capacity to add to the cluster.
|
default String |
getClusterName()
(experimental) The name for the cluster.
|
default Boolean |
getContainerInsights()
(experimental) If true CloudWatch Container Insights will be enabled for the cluster.
|
default CloudMapNamespaceOptions |
getDefaultCloudMapNamespace()
(experimental) The service discovery namespace created in this cluster.
|
default Boolean |
getEnableFargateCapacityProviders()
(experimental) Whether to enable Fargate Capacity Providers.
|
default ExecuteCommandConfiguration |
getExecuteCommandConfiguration()
(experimental) The execute command configuration for the cluster.
|
default IVpc |
getVpc()
(experimental) The VPC where your ECS instances will be running or your ENIs will be deployed.
|
@Stability(value=Experimental) @Nullable default AddCapacityOptions getCapacity()
Default: - no EC2 capacity will be added, you can use `addCapacity` to add capacity later.
@Stability(value=Experimental) @Nullable default String getClusterName()
Default: CloudFormation-generated name
@Stability(value=Experimental) @Nullable default Boolean getContainerInsights()
Default: - Container Insights will be disabled for this cluser.
@Stability(value=Experimental) @Nullable default CloudMapNamespaceOptions getDefaultCloudMapNamespace()
Default: - no service discovery namespace created, you can use `addDefaultCloudMapNamespace` to add a default service discovery namespace later.
@Stability(value=Experimental) @Nullable default Boolean getEnableFargateCapacityProviders()
Default: false
@Stability(value=Experimental) @Nullable default ExecuteCommandConfiguration getExecuteCommandConfiguration()
Default: - no configuration will be provided.
@Stability(value=Experimental) @Nullable default IVpc getVpc()
Default: - creates a new VPC with two AZs
@Stability(value=Experimental) static ClusterProps.Builder builder()
ClusterProps.Builder of ClusterPropsCopyright © 2021. All rights reserved.