Interface CfnSpotFleet.MemoryMiBRequestProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnSpotFleet.MemoryMiBRequestProperty.Jsii$Proxy
- Enclosing class:
CfnSpotFleet
@Stability(Stable)
public static interface CfnSpotFleet.MemoryMiBRequestProperty
extends software.amazon.jsii.JsiiSerializable
The minimum and maximum amount of memory, 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.ec2.*; MemoryMiBRequestProperty memoryMiBRequestProperty = MemoryMiBRequestProperty.builder() .max(123) .min(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnSpotFleet.MemoryMiBRequestProperty
static final class
An implementation forCfnSpotFleet.MemoryMiBRequestProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMax
The maximum amount of memory, in MiB.To specify no maximum limit, omit this parameter.
- See Also:
-
getMin
The minimum amount of memory, in MiB.To specify no minimum limit, specify
0
.- See Also:
-
builder
-