Interface CfnDomain.StudioWebPortalSettingsProperty

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

@Stability(Stable) public static interface CfnDomain.StudioWebPortalSettingsProperty extends software.amazon.jsii.JsiiSerializable
Studio settings.

If these settings are applied on a user level, they take priority over the settings applied on a domain level.

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.*;
 StudioWebPortalSettingsProperty studioWebPortalSettingsProperty = StudioWebPortalSettingsProperty.builder()
         .hiddenAppTypes(List.of("hiddenAppTypes"))
         .hiddenMlTools(List.of("hiddenMlTools"))
         .build();
 

See Also: