@Stability(value=Stable)
public static interface CfnDeployment.SystemResourceLimitsProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.greengrassv2.*;
SystemResourceLimitsProperty systemResourceLimitsProperty = SystemResourceLimitsProperty.builder()
.cpus(123)
.memory(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeployment.SystemResourceLimitsProperty.Builder
A builder for
CfnDeployment.SystemResourceLimitsProperty |
static class |
CfnDeployment.SystemResourceLimitsProperty.Jsii$Proxy
An implementation for
CfnDeployment.SystemResourceLimitsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeployment.SystemResourceLimitsProperty.Builder |
builder() |
default Number |
getCpus()
`CfnDeployment.SystemResourceLimitsProperty.Cpus`.
|
default Number |
getMemory()
`CfnDeployment.SystemResourceLimitsProperty.Memory`.
|
@Stability(value=Stable) @Nullable default Number getCpus()
@Stability(value=Stable) @Nullable default Number getMemory()
@Stability(value=Stable) static CfnDeployment.SystemResourceLimitsProperty.Builder builder()
Copyright © 2022. All rights reserved.