Class CfnSpace.SpaceJupyterLabAppSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnSpace.SpaceJupyterLabAppSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnSpace.SpaceJupyterLabAppSettingsProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnSpace.SpaceJupyterLabAppSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnSpace.SpaceJupyterLabAppSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnSpace.SpaceJupyterLabAppSettingsProperty
An implementation for 
CfnSpace.SpaceJupyterLabAppSettingsProperty- 
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.CfnSpace.SpaceJupyterLabAppSettingsPropertyCfnSpace.SpaceJupyterLabAppSettingsProperty.Builder, CfnSpace.SpaceJupyterLabAppSettingsProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnSpace.SpaceJupyterLabAppSettingsProperty.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 ObjectSettings that are used to configure and manage the lifecycle of JupyterLab applications in a space.final ObjectA list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.final ObjectSpecifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.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 theCfnSpace.SpaceJupyterLabAppSettingsProperty.Builder.
 
- 
- 
Method Details- 
getAppLifecycleManagementDescription copied from interface:CfnSpace.SpaceJupyterLabAppSettingsPropertySettings that are used to configure and manage the lifecycle of JupyterLab applications in a space.Returns union: either IResolvableorCfnSpace.SpaceAppLifecycleManagementProperty- Specified by:
- getAppLifecycleManagementin interface- CfnSpace.SpaceJupyterLabAppSettingsProperty
- See Also:
 
- 
getCodeRepositoriesDescription copied from interface:CfnSpace.SpaceJupyterLabAppSettingsPropertyA list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnSpace.CodeRepositoryProperty>- Specified by:
- getCodeRepositoriesin interface- CfnSpace.SpaceJupyterLabAppSettingsProperty
- See Also:
 
- 
getDefaultResourceSpecDescription copied from interface:CfnSpace.SpaceJupyterLabAppSettingsPropertySpecifies the ARNs of a SageMaker image and SageMaker image version, and the instance type that the version runs on.Returns union: either IResolvableorCfnSpace.ResourceSpecProperty- Specified by:
- getDefaultResourceSpecin interface- CfnSpace.SpaceJupyterLabAppSettingsProperty
- 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()
 
-