Interface CfnUserProfile.RStudioServerProAppSettingsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserProfile.RStudioServerProAppSettingsProperty.Jsii$Proxy
- Enclosing class:
CfnUserProfile
@Stability(Stable)
public static interface CfnUserProfile.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
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserProfile.RStudioServerProAppSettingsPropertystatic final classAn implementation forCfnUserProfile.RStudioServerProAppSettingsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccessStatus
Indicates whether the current user has access to theRStudioServerProapp.- See Also:
-
getUserGroup
The level of permissions that the user has within theRStudioServerProapp.This value defaults to
User. TheAdminvalue allows the user access to the RStudio Administrative Dashboard.- See Also:
-
builder
-