Interface CfnDomain.RStudioServerProAppSettingsProperty

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

@Stability(Stable) public static interface CfnDomain.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();
 

See Also: