AWS::SageMaker::Domain RStudioServerProAppSettings
A collection of settings that configure user interaction with the
RStudioServerPro app. RStudioServerProAppSettings cannot
be updated. The RStudioServerPro app must be deleted and a new one created
to make any changes.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AccessStatus" :String, "UserGroup" :String}
YAML
AccessStatus:StringUserGroup:String
Properties
AccessStatus-
Indicates whether the current user has access to the
RStudioServerProapp.Required: No
Type: String
Allowed values:
DISABLED | ENABLEDUpdate requires: No interruption
UserGroup-
The level of permissions that the user has within the
RStudioServerProapp. 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_USERUpdate requires: No interruption