public static interface CfnAutoScalingGroup.BaselineEbsBandwidthMbpsRequestProperty
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.autoscaling.*; BaselineEbsBandwidthMbpsRequestProperty baselineEbsBandwidthMbpsRequestProperty = BaselineEbsBandwidthMbpsRequestProperty.builder() .max(123) .min(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAutoScalingGroup.BaselineEbsBandwidthMbpsRequestProperty.Builder
|
static class |
CfnAutoScalingGroup.BaselineEbsBandwidthMbpsRequestProperty.Jsii$Proxy
An implementation for
CfnAutoScalingGroup.BaselineEbsBandwidthMbpsRequestProperty |
Modifier and Type | Method and Description |
---|---|
static CfnAutoScalingGroup.BaselineEbsBandwidthMbpsRequestProperty.Builder |
builder() |
default java.lang.Number |
getMax()
The maximum value in Mbps.
|
default java.lang.Number |
getMin()
The minimum value in Mbps.
|