interface RStudioServerProAppSettingsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnUserProfile.RStudioServerProAppSettingsProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnUserProfile.RStudioServerProAppSettingsProperty |
![]() | aws_cdk.aws_sagemaker.CfnUserProfile.RStudioServerProAppSettingsProperty |
![]() | @aws-cdk/aws-sagemaker » CfnUserProfile » RStudioServerProAppSettingsProperty |
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 * as sagemaker from '@aws-cdk/aws-sagemaker';
const rStudioServerProAppSettingsProperty: sagemaker.CfnUserProfile.RStudioServerProAppSettingsProperty = {
accessStatus: 'accessStatus',
userGroup: 'userGroup',
};
Properties
Name | Type | Description |
---|---|---|
access | string | Indicates whether the current user has access to the RStudioServerPro app. |
user | string | The level of permissions that the user has within the RStudioServerPro app. |
accessStatus?
Type:
string
(optional)
Indicates whether the current user has access to the RStudioServerPro
app.
userGroup?
Type:
string
(optional)
The level of permissions that the user has within the RStudioServerPro
app.
This value defaults to User
. The Admin
value allows the user access to the RStudio Administrative Dashboard.