@Stability(value=Stable)
public static interface CfnLaunchTemplate.MemoryMiBProperty
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.ec2.*;
MemoryMiBProperty memoryMiBProperty = MemoryMiBProperty.builder()
.max(123)
.min(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLaunchTemplate.MemoryMiBProperty.Builder
A builder for
CfnLaunchTemplate.MemoryMiBProperty |
static class |
CfnLaunchTemplate.MemoryMiBProperty.Jsii$Proxy
An implementation for
CfnLaunchTemplate.MemoryMiBProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLaunchTemplate.MemoryMiBProperty.Builder |
builder() |
default Number |
getMax()
The maximum amount of memory, in MiB.
|
default Number |
getMin()
The minimum amount of memory, in MiB.
|
@Stability(value=Stable) @Nullable default Number getMax()
To specify no maximum limit, omit this parameter.
@Stability(value=Stable) @Nullable default Number getMin()
To specify no minimum limit, specify 0 .
@Stability(value=Stable) static CfnLaunchTemplate.MemoryMiBProperty.Builder builder()
Copyright © 2022. All rights reserved.