Class CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnUserProfile.JupyterLabAppSettingsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnUserProfile.JupyterLabAppSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnUserProfile.JupyterLabAppSettingsProperty
An implementation for 
CfnUserProfile.JupyterLabAppSettingsProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnUserProfile.JupyterLabAppSettingsPropertyCfnUserProfile.JupyterLabAppSettingsProperty.Builder, CfnUserProfile.JupyterLabAppSettingsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnUserProfile.JupyterLabAppSettingsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIndicates whether idle shutdown is activated for JupyterLab applications.final StringThe lifecycle configuration that runs before the default lifecycle configuration.final ObjectA list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.final ObjectA list of custom SageMaker images that are configured to run as a JupyterLab app.final ObjectThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.The Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnUserProfile.JupyterLabAppSettingsProperty.Builder.
 
- 
- 
Method Details- 
getAppLifecycleManagementDescription copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyIndicates whether idle shutdown is activated for JupyterLab applications.Returns union: either IResolvableorCfnUserProfile.AppLifecycleManagementProperty- Specified by:
- getAppLifecycleManagementin interface- CfnUserProfile.JupyterLabAppSettingsProperty
- See Also:
 
- 
getBuiltInLifecycleConfigArnDescription copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyThe lifecycle configuration that runs before the default lifecycle configuration.It can override changes made in the default lifecycle configuration. - Specified by:
- getBuiltInLifecycleConfigArnin interface- CfnUserProfile.JupyterLabAppSettingsProperty
- See Also:
 
- 
getCodeRepositoriesDescription copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyA list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUserProfile.CodeRepositoryProperty>- Specified by:
- getCodeRepositoriesin interface- CfnUserProfile.JupyterLabAppSettingsProperty
- See Also:
 
- 
getCustomImagesDescription copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyA list of custom SageMaker images that are configured to run as a JupyterLab app.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnUserProfile.CustomImageProperty>- Specified by:
- getCustomImagesin interface- CfnUserProfile.JupyterLabAppSettingsProperty
- See Also:
 
- 
getDefaultResourceSpecDescription copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.Returns union: either IResolvableorCfnUserProfile.ResourceSpecProperty- Specified by:
- getDefaultResourceSpecin interface- CfnUserProfile.JupyterLabAppSettingsProperty
- See Also:
 
- 
getLifecycleConfigArnsDescription copied from interface:CfnUserProfile.JupyterLabAppSettingsPropertyThe Amazon Resource Name (ARN) of the lifecycle configurations attached to the user profile or domain.To remove a lifecycle config, you must set LifecycleConfigArnsto an empty list.- Specified by:
- getLifecycleConfigArnsin interface- CfnUserProfile.JupyterLabAppSettingsProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-