| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AddCapacityOptions.Jsii$Proxy
An implementation for
AddCapacityOptions |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions |
AddCapacityOptions.Builder.build()
Builds the configured instance.
|
default AddCapacityOptions |
ClusterProps.getCapacity()
(experimental) The ec2 capacity to add to the cluster.
|
AddCapacityOptions |
ClusterProps.Jsii$Proxy.getCapacity() |
| Modifier and Type | Method and Description |
|---|---|
ClusterProps.Builder |
ClusterProps.Builder.capacity(AddCapacityOptions capacity)
Sets the value of
ClusterProps.getCapacity() |
Cluster.Builder |
Cluster.Builder.capacity(AddCapacityOptions capacity)
(experimental) The ec2 capacity to add to the cluster.
|
| Constructor and Description |
|---|
Jsii$Proxy(AddCapacityOptions capacity,
String clusterName,
Boolean containerInsights,
CloudMapNamespaceOptions defaultCloudMapNamespace,
Boolean enableFargateCapacityProviders,
ExecuteCommandConfiguration executeCommandConfiguration,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Copyright © 2021. All rights reserved.