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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomain.StudioWebPortalSettingsProperty
static final class
An implementation forCfnDomain.StudioWebPortalSettingsProperty
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The Applications supported in Studio that are hidden from the Studio left navigation pane.The machine learning tools that are hidden from the Studio left navigation pane.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHiddenAppTypes
The Applications supported in Studio that are hidden from the Studio left navigation pane.- See Also:
-
getHiddenMlTools
The machine learning tools that are hidden from the Studio left navigation pane.- See Also:
-
builder
-