public static final class CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty
CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty
CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty.Builder, CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty.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 |
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 device resource.
|
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 getSourcePath()
CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty
The source path for a device resource can refer only to a character device or block device under /dev
.
getSourcePath
in interface CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty
public final java.lang.Object getGroupOwnerSetting()
CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty
getGroupOwnerSetting
in interface CfnResourceDefinitionVersion.LocalDeviceResourceDataProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()