public static final class CfnDomain.RStudioServerProAppSettingsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDomain.RStudioServerProAppSettingsProperty
CfnDomain.RStudioServerProAppSettingsProperty
CfnDomain.RStudioServerProAppSettingsProperty.Builder, CfnDomain.RStudioServerProAppSettingsProperty.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 |
getAccessStatus()
Indicates whether the current user has access to the `RStudioServerPro` app.
|
java.lang.String |
getUserGroup()
The level of permissions that the user has within the `RStudioServerPro` app.
|
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 getAccessStatus()
CfnDomain.RStudioServerProAppSettingsProperty
getAccessStatus
in interface CfnDomain.RStudioServerProAppSettingsProperty
public final java.lang.String getUserGroup()
CfnDomain.RStudioServerProAppSettingsProperty
This value defaults to User
. The Admin
value allows the user access to the RStudio Administrative Dashboard.
getUserGroup
in interface CfnDomain.RStudioServerProAppSettingsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()