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