Class CfnComponentVersionPropsMixin.LambdaDeviceMountProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.greengrassv2.mixins.CfnComponentVersionPropsMixin.LambdaDeviceMountProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnComponentVersionPropsMixin.LambdaDeviceMountProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnComponentVersionPropsMixin.LambdaDeviceMountProperty
@Stability(Stable)
@Internal
public static final class CfnComponentVersionPropsMixin.LambdaDeviceMountProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnComponentVersionPropsMixin.LambdaDeviceMountProperty
An implementation for
CfnComponentVersionPropsMixin.LambdaDeviceMountProperty-
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.mixins.preview.services.greengrassv2.mixins.CfnComponentVersionPropsMixin.LambdaDeviceMountProperty
CfnComponentVersionPropsMixin.LambdaDeviceMountProperty.Builder, CfnComponentVersionPropsMixin.LambdaDeviceMountProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnComponentVersionPropsMixin.LambdaDeviceMountProperty.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 component's system user as an owner of the device.final StringgetPath()The mount path for the device in the file system.final StringThe permission to access the device: read/only (ro) or read/write (rw).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.LambdaDeviceMountProperty.Builder.
-
-
Method Details
-
getAddGroupOwner
Description copied from interface:CfnComponentVersionPropsMixin.LambdaDeviceMountPropertyWhether or not to add the component's system user as an owner of the device.Default:
falseReturns union: either
BooleanorIResolvable- Specified by:
getAddGroupOwnerin interfaceCfnComponentVersionPropsMixin.LambdaDeviceMountProperty- See Also:
-
getPath
Description copied from interface:CfnComponentVersionPropsMixin.LambdaDeviceMountPropertyThe mount path for the device in the file system.- Specified by:
getPathin interfaceCfnComponentVersionPropsMixin.LambdaDeviceMountProperty- See Also:
-
getPermission
Description copied from interface:CfnComponentVersionPropsMixin.LambdaDeviceMountPropertyThe permission to access the device: read/only (ro) or read/write (rw).Default:
ro- Specified by:
getPermissionin interfaceCfnComponentVersionPropsMixin.LambdaDeviceMountProperty- 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()
-