aws-cdk-lib.aws_sagemaker.CfnDomain.RStudioServerProAppSettingsProperty

interface RStudioServerProAppSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnDomain.RStudioServerProAppSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnDomain_RStudioServerProAppSettingsProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnDomain.RStudioServerProAppSettingsProperty
Pythonaws_cdk.aws_sagemaker.CfnDomain.RStudioServerProAppSettingsProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnDomain » 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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const rStudioServerProAppSettingsProperty: sagemaker.CfnDomain.RStudioServerProAppSettingsProperty = {
  accessStatus: 'accessStatus',
  userGroup: 'userGroup',
};

Properties

NameTypeDescription
accessStatus?stringIndicates whether the current user has access to the RStudioServerPro app.
userGroup?stringThe 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.