Class CfnComponentVersionPropsMixin.LambdaVolumeMountProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.greengrassv2.CfnComponentVersionPropsMixin.LambdaVolumeMountProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersionPropsMixin.LambdaVolumeMountProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentVersionPropsMixin.LambdaVolumeMountProperty
@Stability(Stable)
@Internal
public static final class CfnComponentVersionPropsMixin.LambdaVolumeMountProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentVersionPropsMixin.LambdaVolumeMountProperty
An implementation for
CfnComponentVersionPropsMixin.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.cfnpropertymixins.services.greengrassv2.CfnComponentVersionPropsMixin.LambdaVolumeMountProperty
CfnComponentVersionPropsMixin.LambdaVolumeMountProperty.Builder, CfnComponentVersionPropsMixin.LambdaVolumeMountProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentVersionPropsMixin.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 theCfnComponentVersionPropsMixin.LambdaVolumeMountProperty.Builder.
-
-
Method Details
-
getAddGroupOwner
Description copied from interface:CfnComponentVersionPropsMixin.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 interfaceCfnComponentVersionPropsMixin.LambdaVolumeMountProperty- See Also:
-
getDestinationPath
Description copied from interface:CfnComponentVersionPropsMixin.LambdaVolumeMountPropertyThe path to the logical volume in the file system.- Specified by:
getDestinationPathin interfaceCfnComponentVersionPropsMixin.LambdaVolumeMountProperty- See Also:
-
getPermission
Description copied from interface:CfnComponentVersionPropsMixin.LambdaVolumeMountPropertyThe permission to access the volume: read/only (ro) or read/write (rw).Default:
ro- Specified by:
getPermissionin interfaceCfnComponentVersionPropsMixin.LambdaVolumeMountProperty- See Also:
-
getSourcePath
Description copied from interface:CfnComponentVersionPropsMixin.LambdaVolumeMountPropertyThe path to the physical volume in the file system.- Specified by:
getSourcePathin interfaceCfnComponentVersionPropsMixin.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()
-