@Stability(value=Stable)
public static interface CfnUserProfile.RStudioServerProAppSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 |
CfnUserProfile.RStudioServerProAppSettingsProperty.Builder
A builder for
CfnUserProfile.RStudioServerProAppSettingsProperty |
static class |
CfnUserProfile.RStudioServerProAppSettingsProperty.Jsii$Proxy
An implementation for
CfnUserProfile.RStudioServerProAppSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProfile.RStudioServerProAppSettingsProperty.Builder |
builder() |
default String |
getAccessStatus()
Indicates whether the current user has access to the `RStudioServerPro` app.
|
default String |
getUserGroup()
The level of permissions that the user has within the `RStudioServerPro` app.
|
@Stability(value=Stable) @Nullable default String getAccessStatus()
@Stability(value=Stable) @Nullable default String getUserGroup()
This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.
@Stability(value=Stable) static CfnUserProfile.RStudioServerProAppSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.