Interface CfnDomain.RStudioServerProAppSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomain.RStudioServerProAppSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnDomain
@Stability(Stable)
public static interface CfnDomain.RStudioServerProAppSettingsProperty
extends software.amazon.jsii.JsiiSerializable
A collection of settings that configure user interaction with the
RStudioServerPro
app.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.sagemaker.*; RStudioServerProAppSettingsProperty rStudioServerProAppSettingsProperty = RStudioServerProAppSettingsProperty.builder() .accessStatus("accessStatus") .userGroup("userGroup") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomain.RStudioServerProAppSettingsProperty
static final class
An implementation forCfnDomain.RStudioServerProAppSettingsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessStatus
Indicates whether the current user has access to theRStudioServerPro
app.- See Also:
-
getUserGroup
The level of permissions that the user has within theRStudioServerPro
app.This value defaults to
User
. TheAdmin
value allows the user access to the RStudio Administrative Dashboard.- See Also:
-
builder
-