Class CfnAppImageConfigMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.CfnAppImageConfigMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAppImageConfigMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAppImageConfigMixinProps
@Stability(Stable)
@Internal
public static final class CfnAppImageConfigMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAppImageConfigMixinProps
An implementation for
CfnAppImageConfigMixinProps-
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.mixins.preview.services.sagemaker.mixins.CfnAppImageConfigMixinProps
CfnAppImageConfigMixinProps.Builder, CfnAppImageConfigMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAppImageConfigMixinProps.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 name of the AppImageConfig.final ObjectThe configuration for the file system and the runtime, such as the environment variables and entry point.final ObjectThe configuration for the file system and the runtime, such as the environment variables and entry point.final ObjectThe configuration for the file system and kernels in the SageMaker AI image.getTags()An array of key-value pairs to apply to this resource.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 theCfnAppImageConfigMixinProps.Builder.
-
-
Method Details
-
getAppImageConfigName
Description copied from interface:CfnAppImageConfigMixinPropsThe name of the AppImageConfig.Must be unique to your account.
- Specified by:
getAppImageConfigNamein interfaceCfnAppImageConfigMixinProps- See Also:
-
getCodeEditorAppImageConfig
Description copied from interface:CfnAppImageConfigMixinPropsThe configuration for the file system and the runtime, such as the environment variables and entry point.Returns union: either
IResolvableorCfnAppImageConfigPropsMixin.CodeEditorAppImageConfigProperty- Specified by:
getCodeEditorAppImageConfigin interfaceCfnAppImageConfigMixinProps- See Also:
-
getJupyterLabAppImageConfig
Description copied from interface:CfnAppImageConfigMixinPropsThe configuration for the file system and the runtime, such as the environment variables and entry point.Returns union: either
IResolvableorCfnAppImageConfigPropsMixin.JupyterLabAppImageConfigProperty- Specified by:
getJupyterLabAppImageConfigin interfaceCfnAppImageConfigMixinProps- See Also:
-
getKernelGatewayImageConfig
Description copied from interface:CfnAppImageConfigMixinPropsThe configuration for the file system and kernels in the SageMaker AI image.Returns union: either
IResolvableorCfnAppImageConfigPropsMixin.KernelGatewayImageConfigProperty- Specified by:
getKernelGatewayImageConfigin interfaceCfnAppImageConfigMixinProps- See Also:
-
getTags
Description copied from interface:CfnAppImageConfigMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag .
- Specified by:
getTagsin interfaceCfnAppImageConfigMixinProps- 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()
-