AWS::SageMaker::Domain RStudioServerProAppSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::Domain RStudioServerProAppSettings

A collection of settings that configure user interaction with the RStudioServerPro app.

Syntax

To declare this entity in your 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: No interruption

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: No interruption