public static interface CfnDomain.RStudioServerProAppSettingsProperty
RStudioServerProAppSettings
cannot be updated. The RStudioServerPro
app must be deleted and a new one created to make any changes.
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDomain.RStudioServerProAppSettingsProperty.Builder
A builder for
CfnDomain.RStudioServerProAppSettingsProperty |
static class |
CfnDomain.RStudioServerProAppSettingsProperty.Jsii$Proxy
An implementation for
CfnDomain.RStudioServerProAppSettingsProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDomain.RStudioServerProAppSettingsProperty.Builder |
builder() |
default java.lang.String |
getAccessStatus()
Indicates whether the current user has access to the `RStudioServerPro` app.
|
default java.lang.String |
getUserGroup()
The level of permissions that the user has within the `RStudioServerPro` app.
|
default java.lang.String getAccessStatus()
default java.lang.String getUserGroup()
This value defaults to User
. The Admin
value allows the user access to the RStudio Administrative Dashboard.
static CfnDomain.RStudioServerProAppSettingsProperty.Builder builder()