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