Interface CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty.Jsii$Proxy
- Enclosing class:
CfnAutoScalingGroup
@Stability(Stable)
public static interface CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty
extends software.amazon.jsii.JsiiSerializable
AcceleratorTotalMemoryMiBRequest
is a property of the InstanceRequirements
property of the AWS::AutoScaling::AutoScalingGroup LaunchTemplateOverrides property type that describes the minimum and maximum total memory size for the accelerators for an instance type, in MiB.
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();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The memory maximum in MiB.- See Also:
-
getMin
The memory minimum in MiB.- See Also:
-
builder
@Stability(Stable) static CfnAutoScalingGroup.AcceleratorTotalMemoryMiBRequestProperty.Builder builder()
-