Interface CfnLaunchTemplate.BaselineEbsBandwidthMbpsProperty

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

@Stability(Stable) public static interface CfnLaunchTemplate.BaselineEbsBandwidthMbpsProperty 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.*;
 BaselineEbsBandwidthMbpsProperty baselineEbsBandwidthMbpsProperty = BaselineEbsBandwidthMbpsProperty.builder()
         .max(123)
         .min(123)
         .build();
 

See Also: