Class CfnComponentVersion.LambdaContainerParamsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaContainerParamsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersion.LambdaContainerParamsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentVersion.LambdaContainerParamsProperty
@Stability(Stable)
@Internal
public static final class CfnComponentVersion.LambdaContainerParamsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentVersion.LambdaContainerParamsProperty
An implementation for
CfnComponentVersion.LambdaContainerParamsProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaContainerParamsProperty
CfnComponentVersion.LambdaContainerParamsProperty.Builder, CfnComponentVersion.LambdaContainerParamsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaContainerParamsProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The list of system devices that the container can access.final Number
The memory size of the container, expressed in kilobytes.final Object
Whether or not the container can read information from the device's/sys
folder.final Object
The list of volumes that the container can access.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected 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$Proxy
Constructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaContainerParamsProperty.Builder
.
-
-
Method Details
-
getDevices
Description copied from interface:CfnComponentVersion.LambdaContainerParamsProperty
The list of system devices that the container can access.- Specified by:
getDevices
in interfaceCfnComponentVersion.LambdaContainerParamsProperty
-
getMemorySizeInKb
Description copied from interface:CfnComponentVersion.LambdaContainerParamsProperty
The memory size of the container, expressed in kilobytes.Default:
16384
(16 MB)- Specified by:
getMemorySizeInKb
in interfaceCfnComponentVersion.LambdaContainerParamsProperty
-
getMountRoSysfs
Description copied from interface:CfnComponentVersion.LambdaContainerParamsProperty
Whether or not the container can read information from the device's/sys
folder.Default:
false
- Specified by:
getMountRoSysfs
in interfaceCfnComponentVersion.LambdaContainerParamsProperty
-
getVolumes
Description copied from interface:CfnComponentVersion.LambdaContainerParamsProperty
The list of volumes that the container can access.- Specified by:
getVolumes
in interfaceCfnComponentVersion.LambdaContainerParamsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-