Interface CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty.Jsii$Proxy
- Enclosing class:
CfnEC2Fleet
@Stability(Stable)
public static interface CfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty
extends software.amazon.jsii.JsiiSerializable
The minimum and maximum baseline bandwidth to Amazon EBS, in Mbps.
For more information, see Amazon EBS–optimized instances in the Amazon EC2 User Guide .
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.ec2.*; BaselineEbsBandwidthMbpsRequestProperty baselineEbsBandwidthMbpsRequestProperty = BaselineEbsBandwidthMbpsRequestProperty.builder() .max(123) .min(123) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty
static final class
An implementation forCfnEC2Fleet.BaselineEbsBandwidthMbpsRequestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum baseline bandwidth, in Mbps.To specify no maximum limit, omit this parameter.
-
getMin
The minimum baseline bandwidth, in Mbps.To specify no minimum limit, omit this parameter.
-
builder
-