DomainDefaultUserSettingsStudioWebPortalSettingsArgs

data class DomainDefaultUserSettingsStudioWebPortalSettingsArgs(val hiddenAppTypes: Output<List<String>>? = null, val hiddenInstanceTypes: Output<List<String>>? = null, val hiddenMlTools: Output<List<String>>? = null) : ConvertibleToJava<DomainDefaultUserSettingsStudioWebPortalSettingsArgs>

Constructors

constructor(hiddenAppTypes: Output<List<String>>? = null, hiddenInstanceTypes: Output<List<String>>? = null, hiddenMlTools: Output<List<String>>? = null)

Properties

Link copied to clipboard
val hiddenAppTypes: Output<List<String>>? = null

The Applications supported in Studio that are hidden from the Studio left navigation pane.

Link copied to clipboard
val hiddenInstanceTypes: Output<List<String>>? = null

The instance types you are hiding from the Studio user interface.

Link copied to clipboard
val hiddenMlTools: Output<List<String>>? = null

The machine learning tools that are hidden from the Studio left navigation pane.

Functions

Link copied to clipboard
open override fun toJava(): DomainDefaultUserSettingsStudioWebPortalSettingsArgs