User Profile Studio Web Portal Settings Args
data class UserProfileStudioWebPortalSettingsArgs(val hiddenAppTypes: Output<List<UserProfileAppType>>? = null, val hiddenInstanceTypes: Output<List<UserProfileAppInstanceType>>? = null, val hiddenMlTools: Output<List<UserProfileMlTools>>? = null, val hiddenSageMakerImageVersionAliases: Output<List<UserProfileHiddenSageMakerImageArgs>>? = null) : ConvertibleToJava<UserProfileStudioWebPortalSettingsArgs>
Studio settings. If these settings are applied on a user level, they take priority over the settings applied on a domain level.
Constructors
Link copied to clipboard
constructor(hiddenAppTypes: Output<List<UserProfileAppType>>? = null, hiddenInstanceTypes: Output<List<UserProfileAppInstanceType>>? = null, hiddenMlTools: Output<List<UserProfileMlTools>>? = null, hiddenSageMakerImageVersionAliases: Output<List<UserProfileHiddenSageMakerImageArgs>>? = null)
Properties
Link copied to clipboard
Applications supported in Studio that are hidden from the Studio left navigation pane.
Link copied to clipboard
The instance types you are hiding from the Studio user interface.
Link copied to clipboard
The machine learning tools that are hidden from the Studio left navigation pane.
Link copied to clipboard
The version aliases you are hiding from the Studio user interface.