public static final class CfnResourceDefinition.LocalVolumeResourceDataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceDefinition.LocalVolumeResourceDataProperty
CfnResourceDefinition.LocalVolumeResourceDataProperty
CfnResourceDefinition.LocalVolumeResourceDataProperty.Builder, CfnResourceDefinition.LocalVolumeResourceDataProperty.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.String |
getDestinationPath()
The absolute local path of the resource in the Lambda environment.
|
java.lang.Object |
getGroupOwnerSetting()
Settings that define additional Linux OS group permissions to give to the Lambda function process.
|
java.lang.String |
getSourcePath()
The local absolute path of the volume resource on the host.
|
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.String getDestinationPath()
CfnResourceDefinition.LocalVolumeResourceDataProperty
getDestinationPath
in interface CfnResourceDefinition.LocalVolumeResourceDataProperty
public final java.lang.String getSourcePath()
CfnResourceDefinition.LocalVolumeResourceDataProperty
The source path for a volume resource type cannot start with /sys
.
getSourcePath
in interface CfnResourceDefinition.LocalVolumeResourceDataProperty
public final java.lang.Object getGroupOwnerSetting()
CfnResourceDefinition.LocalVolumeResourceDataProperty
getGroupOwnerSetting
in interface CfnResourceDefinition.LocalVolumeResourceDataProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()