Interface CfnUserProfile.RStudioServerProAppSettingsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUserProfile.RStudioServerProAppSettingsProperty.Jsii$Proxy
Enclosing class:
CfnUserProfile

@Stability(Stable) public static interface CfnUserProfile.RStudioServerProAppSettingsProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.sagemaker.*;
 RStudioServerProAppSettingsProperty rStudioServerProAppSettingsProperty = RStudioServerProAppSettingsProperty.builder()
         .accessStatus("accessStatus")
         .userGroup("userGroup")
         .build();