public static final class CfnFunctionDefinition.RunAsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFunctionDefinition.RunAsProperty
CfnFunctionDefinition.RunAsProperty
CfnFunctionDefinition.RunAsProperty.Builder, CfnFunctionDefinition.RunAsProperty.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.Number |
getGid()
The group ID whose permissions are used to run the Lambda function.
|
java.lang.Number |
getUid()
The user ID whose permissions are used to run the Lambda function.
|
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.Number getGid()
CfnFunctionDefinition.RunAsProperty
You can use the getent group
command on your core device to look up the group ID.
getGid
in interface CfnFunctionDefinition.RunAsProperty
public final java.lang.Number getUid()
CfnFunctionDefinition.RunAsProperty
You can use the getent passwd
command on your core device to look up the user ID.
getUid
in interface CfnFunctionDefinition.RunAsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()