Class CfnJobDefinition.EksVolumeProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.batch.CfnJobDefinition.EksVolumeProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnJobDefinition.EksVolumeProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnJobDefinition.EksVolumeProperty
@Stability(Stable)
@Internal
public static final class CfnJobDefinition.EksVolumeProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnJobDefinition.EksVolumeProperty
An implementation for
CfnJobDefinition.EksVolumeProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobDefinition.EksVolumeProperty
CfnJobDefinition.EksVolumeProperty.Builder, CfnJobDefinition.EksVolumeProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnJobDefinition.EksVolumeProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies the configuration of a KubernetesemptyDir
volume.final Object
Specifies the configuration of a KuberneteshostPath
volume.final String
getName()
The name of the volume.final Object
Specifies the configuration of a Kubernetessecret
volume.final int
hashCode()
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 theCfnJobDefinition.EksVolumeProperty.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnJobDefinition.EksVolumeProperty
The name of the volume.The name must be allowed as a DNS subdomain name. For more information, see DNS subdomain names in the Kubernetes documentation .
- Specified by:
getName
in interfaceCfnJobDefinition.EksVolumeProperty
- See Also:
-
getEmptyDir
Description copied from interface:CfnJobDefinition.EksVolumeProperty
Specifies the configuration of a KubernetesemptyDir
volume.For more information, see emptyDir in the Kubernetes documentation .
- Specified by:
getEmptyDir
in interfaceCfnJobDefinition.EksVolumeProperty
- See Also:
-
getHostPath
Description copied from interface:CfnJobDefinition.EksVolumeProperty
Specifies the configuration of a KuberneteshostPath
volume.For more information, see hostPath in the Kubernetes documentation .
- Specified by:
getHostPath
in interfaceCfnJobDefinition.EksVolumeProperty
- See Also:
-
getSecret
Description copied from interface:CfnJobDefinition.EksVolumeProperty
Specifies the configuration of a Kubernetessecret
volume.For more information, see secret in the Kubernetes documentation .
- Specified by:
getSecret
in interfaceCfnJobDefinition.EksVolumeProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-