Class CfnDomainPropsMixin.CodeEditorAppSettingsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnDomainPropsMixin.CodeEditorAppSettingsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDomainPropsMixin.CodeEditorAppSettingsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDomainPropsMixin.CodeEditorAppSettingsProperty
@Stability(Stable)
@Internal
public static final class CfnDomainPropsMixin.CodeEditorAppSettingsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDomainPropsMixin.CodeEditorAppSettingsProperty
An implementation for
CfnDomainPropsMixin.CodeEditorAppSettingsProperty-
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.CodeEditorAppSettingsProperty
CfnDomainPropsMixin.CodeEditorAppSettingsProperty.Builder, CfnDomainPropsMixin.CodeEditorAppSettingsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDomainPropsMixin.CodeEditorAppSettingsProperty.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 ObjectSettings that are used to configure and manage the lifecycle of CodeEditor applications.final StringThe lifecycle configuration that runs before the default lifecycle configuration.final ObjectA list of custom SageMaker images that are configured to run as a Code Editor app.final ObjectThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the Code Editor app.The Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.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.CodeEditorAppSettingsProperty.Builder.
-
-
Method Details
-
getAppLifecycleManagement
Description copied from interface:CfnDomainPropsMixin.CodeEditorAppSettingsPropertySettings that are used to configure and manage the lifecycle of CodeEditor applications.Returns union: either
IResolvableorCfnDomainPropsMixin.AppLifecycleManagementProperty- Specified by:
getAppLifecycleManagementin interfaceCfnDomainPropsMixin.CodeEditorAppSettingsProperty- See Also:
-
getBuiltInLifecycleConfigArn
Description copied from interface:CfnDomainPropsMixin.CodeEditorAppSettingsPropertyThe lifecycle configuration that runs before the default lifecycle configuration.It can override changes made in the default lifecycle configuration.
- Specified by:
getBuiltInLifecycleConfigArnin interfaceCfnDomainPropsMixin.CodeEditorAppSettingsProperty- See Also:
-
getCustomImages
Description copied from interface:CfnDomainPropsMixin.CodeEditorAppSettingsPropertyA list of custom SageMaker images that are configured to run as a Code Editor app.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDomainPropsMixin.CustomImageProperty>- Specified by:
getCustomImagesin interfaceCfnDomainPropsMixin.CodeEditorAppSettingsProperty- See Also:
-
getDefaultResourceSpec
Description copied from interface:CfnDomainPropsMixin.CodeEditorAppSettingsPropertyThe default instance type and the Amazon Resource Name (ARN) of the default SageMaker image used by the Code Editor app.Returns union: either
IResolvableorCfnDomainPropsMixin.ResourceSpecProperty- Specified by:
getDefaultResourceSpecin interfaceCfnDomainPropsMixin.CodeEditorAppSettingsProperty- See Also:
-
getLifecycleConfigArns
Description copied from interface:CfnDomainPropsMixin.CodeEditorAppSettingsPropertyThe Amazon Resource Name (ARN) of the Code Editor application lifecycle configuration.- Specified by:
getLifecycleConfigArnsin interfaceCfnDomainPropsMixin.CodeEditorAppSettingsProperty- 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()
-