| 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()
The ec2 capacity to add to the cluster.
|
AddCapacityOptions |
ClusterProps.Jsii$Proxy.getCapacity() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
Cluster.addCapacity(String id,
AddCapacityOptions options)
It is highly recommended to use
Cluster.addAsgCapacityProvider instead of this method. |
Cluster.Builder |
Cluster.Builder.capacity(AddCapacityOptions capacity)
The ec2 capacity to add to the cluster.
|
ClusterProps.Builder |
ClusterProps.Builder.capacity(AddCapacityOptions capacity)
Sets the value of
ClusterProps.getCapacity() |
Copyright © 2022. All rights reserved.