public static final class CfnComponentVersion.LambdaVolumeMountProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnComponentVersion.LambdaVolumeMountProperty
CfnComponentVersion.LambdaVolumeMountProperty
CfnComponentVersion.LambdaVolumeMountProperty.Builder, CfnComponentVersion.LambdaVolumeMountProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAddGroupOwner()
Whether or not to add the AWS IoT Greengrass user group as an owner of the volume.
|
java.lang.String |
getDestinationPath()
The path to the logical volume in the file system.
|
java.lang.String |
getPermission()
The permission to access the volume: read/only ( `ro` ) or read/write ( `rw` ).
|
java.lang.String |
getSourcePath()
The path to the physical volume in the file system.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAddGroupOwner()
CfnComponentVersion.LambdaVolumeMountProperty
Default: false
getAddGroupOwner
in interface CfnComponentVersion.LambdaVolumeMountProperty
public final java.lang.String getDestinationPath()
CfnComponentVersion.LambdaVolumeMountProperty
getDestinationPath
in interface CfnComponentVersion.LambdaVolumeMountProperty
public final java.lang.String getPermission()
CfnComponentVersion.LambdaVolumeMountProperty
Default: ro
getPermission
in interface CfnComponentVersion.LambdaVolumeMountProperty
public final java.lang.String getSourcePath()
CfnComponentVersion.LambdaVolumeMountProperty
getSourcePath
in interface CfnComponentVersion.LambdaVolumeMountProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()