Class CfnSpace.SpaceSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnSpace.SpaceSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnSpace.SpaceSettingsProperty
CfnSpace.SpaceSettingsProperty-
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.CfnSpace.SpaceSettingsProperty
CfnSpace.SpaceSettingsProperty.Builder, CfnSpace.SpaceSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSpace.SpaceSettingsProperty.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 StringThe type of app created within the space.final ObjectThe Code Editor application settings.final ObjectA file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain.final ObjectThe settings for the JupyterLab application.final ObjectThe JupyterServer app settings.final ObjectThe KernelGateway app settings.final StringA setting that enables or disables remote access for a SageMaker space.final StringIf you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:.final ObjectThe storage settings for a space.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 theCfnSpace.SpaceSettingsProperty.Builder.
-
-
Method Details
-
getAppType
Description copied from interface:CfnSpace.SpaceSettingsPropertyThe type of app created within the space.If using the UpdateSpace API, you can't change the app type of your space by specifying a different value for this field.
- Specified by:
getAppTypein interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getCodeEditorAppSettings
Description copied from interface:CfnSpace.SpaceSettingsPropertyThe Code Editor application settings.Returns union: either
IResolvableorCfnSpace.SpaceCodeEditorAppSettingsProperty- Specified by:
getCodeEditorAppSettingsin interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getCustomFileSystems
Description copied from interface:CfnSpace.SpaceSettingsPropertyA file system, created by you, that you assign to a space for an Amazon SageMaker AI Domain.Permitted users can access this file system in Amazon SageMaker AI Studio.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSpace.CustomFileSystemProperty>- Specified by:
getCustomFileSystemsin interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getJupyterLabAppSettings
Description copied from interface:CfnSpace.SpaceSettingsPropertyThe settings for the JupyterLab application.Returns union: either
IResolvableorCfnSpace.SpaceJupyterLabAppSettingsProperty- Specified by:
getJupyterLabAppSettingsin interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getJupyterServerAppSettings
Description copied from interface:CfnSpace.SpaceSettingsPropertyThe JupyterServer app settings.Returns union: either
IResolvableorCfnSpace.JupyterServerAppSettingsProperty- Specified by:
getJupyterServerAppSettingsin interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getKernelGatewayAppSettings
Description copied from interface:CfnSpace.SpaceSettingsPropertyThe KernelGateway app settings.Returns union: either
IResolvableorCfnSpace.KernelGatewayAppSettingsProperty- Specified by:
getKernelGatewayAppSettingsin interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getRemoteAccess
Description copied from interface:CfnSpace.SpaceSettingsPropertyA setting that enables or disables remote access for a SageMaker space.When enabled, this allows you to connect to the remote space from your local IDE.
- Specified by:
getRemoteAccessin interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getSpaceManagedResources
Description copied from interface:CfnSpace.SpaceSettingsPropertyIf you enable this option, SageMaker AI creates the following resources on your behalf when you create the space:.- The user profile that possesses the space.
- The app that the space contains.
- Specified by:
getSpaceManagedResourcesin interfaceCfnSpace.SpaceSettingsProperty- See Also:
-
getSpaceStorageSettings
Description copied from interface:CfnSpace.SpaceSettingsPropertyThe storage settings for a space.Returns union: either
IResolvableorCfnSpace.SpaceStorageSettingsProperty- Specified by:
getSpaceStorageSettingsin interfaceCfnSpace.SpaceSettingsProperty- 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()
-