AWS::SageMaker::UserProfile RStudioServerProAppSettings
A collection of settings that configure user interaction with the
RStudioServerPro
app.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AccessStatus" :
String
, "UserGroup" :String
}
YAML
AccessStatus:
String
UserGroup:String
Properties
AccessStatus
-
Indicates whether the current user has access to the
RStudioServerPro
app.Required: No
Type: String
Allowed values:
ENABLED | DISABLED
Update requires: Replacement
UserGroup
-
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.Required: No
Type: String
Allowed values:
R_STUDIO_ADMIN | R_STUDIO_USER
Update requires: Replacement