Interface CfnEC2Fleet.MemoryGiBPerVCpuRequestProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnEC2Fleet.MemoryGiBPerVCpuRequestProperty.Jsii$Proxy
Enclosing class:
CfnEC2Fleet

@Stability(Stable) public static interface CfnEC2Fleet.MemoryGiBPerVCpuRequestProperty extends software.amazon.jsii.JsiiSerializable
The minimum and maximum amount of memory per vCPU, in GiB.

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.*;
 MemoryGiBPerVCpuRequestProperty memoryGiBPerVCpuRequestProperty = MemoryGiBPerVCpuRequestProperty.builder()
         .max(123)
         .min(123)
         .build();
 

See Also: