Class CfnDomainPropsMixin.StudioWebPortalSettingsProperty
Studio settings.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDomainPropsMixin.StudioWebPortalSettingsProperty : CfnDomainPropsMixin.IStudioWebPortalSettingsProperty
Syntax (vb)
Public Class CfnDomainPropsMixin.StudioWebPortalSettingsProperty Implements CfnDomainPropsMixin.IStudioWebPortalSettingsProperty
Remarks
If these settings are applied on a user level, they take priority over the settings applied on a domain level.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var studioWebPortalSettingsProperty = new StudioWebPortalSettingsProperty {
HiddenAppTypes = new [] { "hiddenAppTypes" },
HiddenInstanceTypes = new [] { "hiddenInstanceTypes" },
HiddenMlTools = new [] { "hiddenMlTools" },
HiddenSageMakerImageVersionAliases = new [] { new HiddenSageMakerImageProperty {
SageMakerImageName = "sageMakerImageName",
VersionAliases = new [] { "versionAliases" }
} }
};
Synopsis
Constructors
| StudioWebPortalSettingsProperty() | Studio settings. |
Properties
| HiddenAppTypes | The Applications supported in Studio that are hidden from the Studio left navigation pane. |
| HiddenInstanceTypes | The instance types you are hiding from the Studio user interface. |
| HiddenMlTools | The machine learning tools that are hidden from the Studio left navigation pane. |
| HiddenSageMakerImageVersionAliases | The version aliases you are hiding from the Studio user interface. |
Constructors
StudioWebPortalSettingsProperty()
Studio settings.
public StudioWebPortalSettingsProperty()
Remarks
If these settings are applied on a user level, they take priority over the settings applied on a domain level.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.SageMaker.Mixins;
var studioWebPortalSettingsProperty = new StudioWebPortalSettingsProperty {
HiddenAppTypes = new [] { "hiddenAppTypes" },
HiddenInstanceTypes = new [] { "hiddenInstanceTypes" },
HiddenMlTools = new [] { "hiddenMlTools" },
HiddenSageMakerImageVersionAliases = new [] { new HiddenSageMakerImageProperty {
SageMakerImageName = "sageMakerImageName",
VersionAliases = new [] { "versionAliases" }
} }
};
Properties
HiddenAppTypes
The Applications supported in Studio that are hidden from the Studio left navigation pane.
public string[]? HiddenAppTypes { get; set; }
Property Value
string[]
Remarks
HiddenInstanceTypes
The instance types you are hiding from the Studio user interface.
public string[]? HiddenInstanceTypes { get; set; }
Property Value
string[]
Remarks
HiddenMlTools
The machine learning tools that are hidden from the Studio left navigation pane.
public string[]? HiddenMlTools { get; set; }
Property Value
string[]
Remarks
HiddenSageMakerImageVersionAliases
The version aliases you are hiding from the Studio user interface.
public object? HiddenSageMakerImageVersionAliases { get; set; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnDomainPropsMixin.IHiddenSageMakerImageProperty)[]