Class SagemakerAppImageConfigKernelGatewayImageConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.sagemaker_app_image_config.SagemakerAppImageConfigKernelGatewayImageConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SagemakerAppImageConfigKernelGatewayImageConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SagemakerAppImageConfigKernelGatewayImageConfig
@Stability(Stable) @Internal public static final class SagemakerAppImageConfigKernelGatewayImageConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SagemakerAppImageConfigKernelGatewayImageConfig
An implementation forSagemakerAppImageConfigKernelGatewayImageConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.aws.sagemaker_app_image_config.SagemakerAppImageConfigKernelGatewayImageConfig
SagemakerAppImageConfigKernelGatewayImageConfig.Builder, SagemakerAppImageConfigKernelGatewayImageConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SagemakerAppImageConfigKernelGatewayImageConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSagemakerAppImageConfigKernelGatewayImageConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfiggetFileSystemConfig()file_system_config block.SagemakerAppImageConfigKernelGatewayImageConfigKernelSpecgetKernelSpec()kernel_spec block.inthashCode()
-
-
-
Constructor Detail
-
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
protected Jsii$Proxy(SagemakerAppImageConfigKernelGatewayImageConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSagemakerAppImageConfigKernelGatewayImageConfig.Builder.
-
-
Method Detail
-
getKernelSpec
public final SagemakerAppImageConfigKernelGatewayImageConfigKernelSpec getKernelSpec()
Description copied from interface:SagemakerAppImageConfigKernelGatewayImageConfigkernel_spec block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#kernel_spec SagemakerAppImageConfig#kernel_spec}
- Specified by:
getKernelSpecin interfaceSagemakerAppImageConfigKernelGatewayImageConfig
-
getFileSystemConfig
public final SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig getFileSystemConfig()
Description copied from interface:SagemakerAppImageConfigKernelGatewayImageConfigfile_system_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#file_system_config SagemakerAppImageConfig#file_system_config}
- Specified by:
getFileSystemConfigin interfaceSagemakerAppImageConfigKernelGatewayImageConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-