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