Interface CfnMicrovmImage.ResourcesProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMicrovmImage.ResourcesProperty.Jsii$Proxy
- Enclosing class:
CfnMicrovmImage
@Stability(Stable)
public static interface CfnMicrovmImage.ResourcesProperty
extends software.amazon.jsii.JsiiSerializable
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.lambda.*;
ResourcesProperty resourcesProperty = ResourcesProperty.builder()
.minimumMemoryInMiB(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMicrovmImage.ResourcesPropertystatic final classAn implementation forCfnMicrovmImage.ResourcesProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMinimumMemoryInMiB
- See Also:
-
builder
-