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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.greengrassv2.CfnComponentVersion.LambdaVolumeMountProperty
CfnComponentVersion.LambdaVolumeMountProperty.Builder, CfnComponentVersion.LambdaVolumeMountProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentVersion.LambdaVolumeMountProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal ObjectWhether or not to add the AWS IoT Greengrass user group as an owner of the volume.final StringThe path to the logical volume in the file system.final StringThe permission to access the volume: read/only (ro) or read/write (rw).final StringThe path to the physical volume in the file system.final inthashCode()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.LambdaVolumeMountPropertyWhether or not to add the AWS IoT Greengrass user group as an owner of the volume.Default:
falseReturns union: either
BooleanorIResolvable- Specified by:
getAddGroupOwnerin interfaceCfnComponentVersion.LambdaVolumeMountProperty- See Also:
-
getDestinationPath
Description copied from interface:CfnComponentVersion.LambdaVolumeMountPropertyThe path to the logical volume in the file system.- Specified by:
getDestinationPathin interfaceCfnComponentVersion.LambdaVolumeMountProperty- See Also:
-
getPermission
Description copied from interface:CfnComponentVersion.LambdaVolumeMountPropertyThe permission to access the volume: read/only (ro) or read/write (rw).Default:
ro- Specified by:
getPermissionin interfaceCfnComponentVersion.LambdaVolumeMountProperty- See Also:
-
getSourcePath
Description copied from interface:CfnComponentVersion.LambdaVolumeMountPropertyThe path to the physical volume in the file system.- Specified by:
getSourcePathin interfaceCfnComponentVersion.LambdaVolumeMountProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-