Class CfnDeployment.SystemResourceLimitsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnDeployment.SystemResourceLimitsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDeployment.SystemResourceLimitsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeployment.SystemResourceLimitsProperty
@Stability(Stable)
@Internal
public static final class CfnDeployment.SystemResourceLimitsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeployment.SystemResourceLimitsProperty
An implementation for 
CfnDeployment.SystemResourceLimitsProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrassv2.CfnDeployment.SystemResourceLimitsPropertyCfnDeployment.SystemResourceLimitsProperty.Builder, CfnDeployment.SystemResourceLimitsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeployment.SystemResourceLimitsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumbergetCpus()The maximum amount of CPU time that a component's processes can use on the core device.final NumberThe maximum amount of RAM, expressed in kilobytes, that a component's processes can use on the core device.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnDeployment.SystemResourceLimitsProperty.Builder.
 
- 
- 
Method Details- 
getCpusDescription copied from interface:CfnDeployment.SystemResourceLimitsPropertyThe maximum amount of CPU time that a component's processes can use on the core device.A core device's total CPU time is equivalent to the device's number of CPU cores. For example, on a core device with 4 CPU cores, you can set this value to 2 to limit the component's processes to 50 percent usage of each CPU core. On a device with 1 CPU core, you can set this value to 0.25 to limit the component's processes to 25 percent usage of the CPU. If you set this value to a number greater than the number of CPU cores, the AWS IoT Greengrass Core software doesn't limit the component's CPU usage. - Specified by:
- getCpusin interface- CfnDeployment.SystemResourceLimitsProperty
 
- 
getMemoryDescription copied from interface:CfnDeployment.SystemResourceLimitsPropertyThe maximum amount of RAM, expressed in kilobytes, that a component's processes can use on the core device.For more information, see Configure system resource limits for components . - Specified by:
- getMemoryin interface- CfnDeployment.SystemResourceLimitsProperty
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-