Class SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.aws.sagemaker_app_image_config.SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Jsii$Proxy
-
- All Implemented Interfaces:
SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
@Stability(Stable) @Internal public static final class SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
An implementation forSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
-
-
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.SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder, SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.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)NumbergetDefaultGid()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_gid SagemakerAppImageConfig#default_gid}.NumbergetDefaultUid()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_uid SagemakerAppImageConfig#default_uid}.StringgetMountPath()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#mount_path SagemakerAppImageConfig#mount_path}.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(SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig.Builder.
-
-
Method Detail
-
getDefaultGid
public final Number getDefaultGid()
Description copied from interface:SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_gid SagemakerAppImageConfig#default_gid}.- Specified by:
getDefaultGidin interfaceSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
-
getDefaultUid
public final Number getDefaultUid()
Description copied from interface:SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#default_uid SagemakerAppImageConfig#default_uid}.- Specified by:
getDefaultUidin interfaceSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
-
getMountPath
public final String getMountPath()
Description copied from interface:SagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_app_image_config#mount_path SagemakerAppImageConfig#mount_path}.- Specified by:
getMountPathin interfaceSagemakerAppImageConfigKernelGatewayImageConfigFileSystemConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-