Class CfnDomainPropsMixin.JupyterLabAppSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.JupyterLabAppSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.JupyterLabAppSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.JupyterLabAppSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.JupyterLabAppSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.JupyterLabAppSettingsProperty
An implementation for
CfnDomainPropsMixin.JupyterLabAppSettingsProperty-
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.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.JupyterLabAppSettingsProperty
CfnDomainPropsMixin.JupyterLabAppSettingsProperty.Builder, CfnDomainPropsMixin.JupyterLabAppSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.JupyterLabAppSettingsProperty.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 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.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 theCfnDomainPropsMixin.JupyterLabAppSettingsProperty.Builder.
-
-
Method Details
-
getAppLifecycleManagement
Description copied from interface:CfnDomainPropsMixin.JupyterLabAppSettingsPropertyIndicates whether idle shutdown is activated for JupyterLab applications.Returns union: either
IResolvableorCfnDomainPropsMixin.AppLifecycleManagementProperty- Specified by:
getAppLifecycleManagementin interfaceCfnDomainPropsMixin.JupyterLabAppSettingsProperty- See Also:
-
getBuiltInLifecycleConfigArn
Description copied from interface:CfnDomainPropsMixin.JupyterLabAppSettingsPropertyThe lifecycle configuration that runs before the default lifecycle configuration.It can override changes made in the default lifecycle configuration.
- Specified by:
getBuiltInLifecycleConfigArnin interfaceCfnDomainPropsMixin.JupyterLabAppSettingsProperty- See Also:
-
getCodeRepositories
Description copied from interface:CfnDomainPropsMixin.JupyterLabAppSettingsPropertyA list of Git repositories that SageMaker automatically displays to users for cloning in the JupyterLab application.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDomainPropsMixin.CodeRepositoryProperty>- Specified by:
getCodeRepositoriesin interfaceCfnDomainPropsMixin.JupyterLabAppSettingsProperty- See Also:
-
getCustomImages
Description copied from interface:CfnDomainPropsMixin.JupyterLabAppSettingsPropertyA list of custom SageMaker images that are configured to run as a JupyterLab app.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDomainPropsMixin.CustomImageProperty>- Specified by:
getCustomImagesin interfaceCfnDomainPropsMixin.JupyterLabAppSettingsProperty- See Also:
-
getDefaultResourceSpec
Description copied from interface:CfnDomainPropsMixin.JupyterLabAppSettingsPropertyThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the JupyterLab app.Returns union: either
IResolvableorCfnDomainPropsMixin.ResourceSpecProperty- Specified by:
getDefaultResourceSpecin interfaceCfnDomainPropsMixin.JupyterLabAppSettingsProperty- See Also:
-
getLifecycleConfigArns
Description copied from interface:CfnDomainPropsMixin.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 interfaceCfnDomainPropsMixin.JupyterLabAppSettingsProperty- 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()
-