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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.batch.CfnJobDefinition.EksVolumeProperty
CfnJobDefinition.EksVolumeProperty.Builder, CfnJobDefinition.EksVolumeProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnJobDefinition.EksVolumeProperty.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 ObjectSpecifies the configuration of a KubernetesemptyDirvolume.final ObjectSpecifies the configuration of a KuberneteshostPathvolume.final StringgetName()The name of the volume.final ObjectSpecifies the configuration of a KubernetespersistentVolumeClaimbounded to apersistentVolume.final ObjectSpecifies the configuration of a Kubernetessecretvolume.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 theCfnJobDefinition.EksVolumeProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnJobDefinition.EksVolumePropertyThe 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:
getNamein interfaceCfnJobDefinition.EksVolumeProperty- See Also:
-
getEmptyDir
Description copied from interface:CfnJobDefinition.EksVolumePropertySpecifies the configuration of a KubernetesemptyDirvolume.For more information, see emptyDir in the Kubernetes documentation .
Returns union: either
IResolvableorCfnJobDefinition.EmptyDirProperty- Specified by:
getEmptyDirin interfaceCfnJobDefinition.EksVolumeProperty- See Also:
-
getHostPath
Description copied from interface:CfnJobDefinition.EksVolumePropertySpecifies the configuration of a KuberneteshostPathvolume.For more information, see hostPath in the Kubernetes documentation .
Returns union: either
IResolvableorCfnJobDefinition.HostPathProperty- Specified by:
getHostPathin interfaceCfnJobDefinition.EksVolumeProperty- See Also:
-
getPersistentVolumeClaim
Description copied from interface:CfnJobDefinition.EksVolumePropertySpecifies the configuration of a KubernetespersistentVolumeClaimbounded to apersistentVolume.For more information, see Persistent Volume Claims in the Kubernetes documentation .
Returns union: either
IResolvableorCfnJobDefinition.EksPersistentVolumeClaimProperty- Specified by:
getPersistentVolumeClaimin interfaceCfnJobDefinition.EksVolumeProperty- See Also:
-
getSecret
Description copied from interface:CfnJobDefinition.EksVolumePropertySpecifies the configuration of a Kubernetessecretvolume.For more information, see secret in the Kubernetes documentation .
Returns union: either
IResolvableorCfnJobDefinition.EksSecretProperty- Specified by:
getSecretin interfaceCfnJobDefinition.EksVolumeProperty- 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()
-