Interface CfnCapacityProvider.NetworkBandwidthGbpsRequestProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCapacityProvider.NetworkBandwidthGbpsRequestProperty.Jsii$Proxy
Enclosing class:
CfnCapacityProvider

@Stability(Stable) public static interface CfnCapacityProvider.NetworkBandwidthGbpsRequestProperty extends software.amazon.jsii.JsiiSerializable
The minimum and maximum network bandwidth in gigabits per second (Gbps) for instance type selection.

This is important for network-intensive workloads.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.ecs.*;
 NetworkBandwidthGbpsRequestProperty networkBandwidthGbpsRequestProperty = NetworkBandwidthGbpsRequestProperty.builder()
         .max(123)
         .min(123)
         .build();
 

See Also: