Class CfnComponentVersion.LambdaVolumeMountProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaVolumeMountProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersion.LambdaVolumeMountProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentVersion.LambdaVolumeMountProperty
@Stability(Stable)
@Internal
public static final class CfnComponentVersion.LambdaVolumeMountProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentVersion.LambdaVolumeMountProperty
An implementation for
CfnComponentVersion.LambdaVolumeMountProperty
-
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.LambdaVolumeMountProperty
CfnComponentVersion.LambdaVolumeMountProperty.Builder, CfnComponentVersion.LambdaVolumeMountProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaVolumeMountProperty.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
Whether or not to add the AWS IoT Greengrass user group as an owner of the volume.final String
The path to the logical volume in the file system.final String
The permission to access the volume: read/only (ro
) or read/write (rw
).final String
The path to the physical volume in the file system.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.LambdaVolumeMountProperty.Builder
.
-
-
Method Details
-
getAddGroupOwner
Description copied from interface:CfnComponentVersion.LambdaVolumeMountProperty
Whether or not to add the AWS IoT Greengrass user group as an owner of the volume.Default:
false
- Specified by:
getAddGroupOwner
in interfaceCfnComponentVersion.LambdaVolumeMountProperty
- See Also:
-
getDestinationPath
Description copied from interface:CfnComponentVersion.LambdaVolumeMountProperty
The path to the logical volume in the file system.- Specified by:
getDestinationPath
in interfaceCfnComponentVersion.LambdaVolumeMountProperty
- See Also:
-
getPermission
Description copied from interface:CfnComponentVersion.LambdaVolumeMountProperty
The permission to access the volume: read/only (ro
) or read/write (rw
).Default:
ro
- Specified by:
getPermission
in interfaceCfnComponentVersion.LambdaVolumeMountProperty
- See Also:
-
getSourcePath
Description copied from interface:CfnComponentVersion.LambdaVolumeMountProperty
The path to the physical volume in the file system.- Specified by:
getSourcePath
in interfaceCfnComponentVersion.LambdaVolumeMountProperty
- See Also:
-
$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()
-