Show / Hide Table of Contents

Class CfnDomain.RStudioServerProAppSettingsProperty

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

Inheritance
System.Object
CfnDomain.RStudioServerProAppSettingsProperty
Implements
CfnDomain.IRStudioServerProAppSettingsProperty
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public class RStudioServerProAppSettingsProperty : Object, CfnDomain.IRStudioServerProAppSettingsProperty
Syntax (vb)
Public Class RStudioServerProAppSettingsProperty
    Inherits Object
    Implements CfnDomain.IRStudioServerProAppSettingsProperty
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-rstudioserverproappsettings.html

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 RStudioServerPro app.

UserGroup

The level of permissions that the user has within the RStudioServerPro app.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-rstudioserverproappsettings.html#cfn-sagemaker-domain-rstudioserverproappsettings-accessstatus

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.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-domain-rstudioserverproappsettings.html#cfn-sagemaker-domain-rstudioserverproappsettings-usergroup

Implements

CfnDomain.IRStudioServerProAppSettingsProperty
Back to top Generated by DocFX