AWS::SageMaker::UserProfile RStudioServerProAppSettings - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::SageMaker::UserProfile RStudioServerProAppSettings

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

Syntax

To declare this entity in your Amazon 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