Class CfnDomain.RStudioServerProAppSettingsProperty
A collection of settings that configure user interaction with the RStudioServerPro app.
Inheritance
System.Object
    CfnDomain.RStudioServerProAppSettingsProperty
  Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class RStudioServerProAppSettingsProperty : Object, CfnDomain.IRStudioServerProAppSettingsPropertySyntax (vb)
Public Class RStudioServerProAppSettingsProperty
    Inherits Object
    Implements CfnDomain.IRStudioServerProAppSettingsPropertyRemarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var rStudioServerProAppSettingsProperty = new RStudioServerProAppSettingsProperty {
    AccessStatus = "accessStatus",
    UserGroup = "userGroup"
};Synopsis
Constructors
| RStudioServerProAppSettingsProperty() | 
Properties
| AccessStatus | Indicates whether the current user has access to the  | 
| UserGroup | The level of permissions that the user has within the  | 
Constructors
RStudioServerProAppSettingsProperty()
public RStudioServerProAppSettingsProperty()Properties
AccessStatus
Indicates whether the current user has access to the RStudioServerPro app.
public string AccessStatus { get; set; }Property Value
System.String
Remarks
UserGroup
The level of permissions that the user has within the RStudioServerPro app.
public string UserGroup { get; set; }Property Value
System.String
Remarks
This value defaults to User. The Admin value allows the user access to the RStudio Administrative Dashboard.