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