Class CfnUserProfile.UserSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.UserSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnUserProfile.UserSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnUserProfile.UserSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.UserSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.UserSettingsProperty
An implementation for
CfnUserProfile.UserSettingsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnUserProfile.UserSettingsProperty
CfnUserProfile.UserSettingsProperty.Builder, CfnUserProfile.UserSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfile.UserSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe Code Editor application settings.final ObjectThe settings for assigning a custom file system to a user profile.final ObjectDetails about the POSIX identity that is used for file system operations.final StringThe default experience that the user is directed to when accessing the domain.final StringThe execution role for the user.final ObjectThe settings for the JupyterLab application.final ObjectThe Jupyter server's app settings.final ObjectThe kernel gateway app settings.final ObjectA collection of settings that configure user interaction with theRStudioServerProapp.The security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.final ObjectSpecifies options for sharing Amazon SageMaker Studio notebooks.final ObjectThe storage settings for a private space.final StringWhether the user can access Studio.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnUserProfile.UserSettingsProperty.Builder.
-
-
Method Details
-
getCodeEditorAppSettings
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe Code Editor application settings.- Specified by:
getCodeEditorAppSettingsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getCustomFileSystemConfigs
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe settings for assigning a custom file system to a user profile.Permitted users can access this file system in Amazon SageMaker Studio.
- Specified by:
getCustomFileSystemConfigsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getCustomPosixUserConfig
Description copied from interface:CfnUserProfile.UserSettingsPropertyDetails about the POSIX identity that is used for file system operations.- Specified by:
getCustomPosixUserConfigin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getDefaultLandingUri
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe default experience that the user is directed to when accessing the domain. The supported values are:.studio::: Indicates that Studio is the default experience. This value can only be passed ifStudioWebPortalis set toENABLED.app:JupyterServer:: Indicates that Studio Classic is the default experience.
- Specified by:
getDefaultLandingUriin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getExecutionRole
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe execution role for the user.- Specified by:
getExecutionRolein interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getJupyterLabAppSettings
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe settings for the JupyterLab application.- Specified by:
getJupyterLabAppSettingsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getJupyterServerAppSettings
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe Jupyter server's app settings.- Specified by:
getJupyterServerAppSettingsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getKernelGatewayAppSettings
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe kernel gateway app settings.- Specified by:
getKernelGatewayAppSettingsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getRStudioServerProAppSettings
Description copied from interface:CfnUserProfile.UserSettingsPropertyA collection of settings that configure user interaction with theRStudioServerProapp.- Specified by:
getRStudioServerProAppSettingsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getSecurityGroups
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe security groups for the Amazon Virtual Private Cloud (VPC) that the domain uses for communication.Optional when the
CreateDomain.AppNetworkAccessTypeparameter is set toPublicInternetOnly.Required when the
CreateDomain.AppNetworkAccessTypeparameter is set toVpcOnly, unless specified as part of theDefaultUserSettingsfor the domain.Amazon SageMaker adds a security group to allow NFS traffic from Amazon SageMaker Studio. Therefore, the number of security groups that you can specify is one less than the maximum number shown.
- Specified by:
getSecurityGroupsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getSharingSettings
Description copied from interface:CfnUserProfile.UserSettingsPropertySpecifies options for sharing Amazon SageMaker Studio notebooks.- Specified by:
getSharingSettingsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getSpaceStorageSettings
Description copied from interface:CfnUserProfile.UserSettingsPropertyThe storage settings for a private space.- Specified by:
getSpaceStorageSettingsin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
getStudioWebPortal
Description copied from interface:CfnUserProfile.UserSettingsPropertyWhether the user can access Studio.If this value is set to
DISABLED, the user cannot access Studio, even if that is the default experience for the domain.- Specified by:
getStudioWebPortalin interfaceCfnUserProfile.UserSettingsProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-