@Stability(value=Stable) @Internal public static final class CfnJobDefinition.VolumesProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnJobDefinition.VolumesProperty
CfnJobDefinition.VolumesPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnJobDefinition.VolumesProperty.Builder, CfnJobDefinition.VolumesProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnJobDefinition.VolumesProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnJobDefinition.AuthorizationConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getEfsVolumeConfiguration()
This is used when you're using an Amazon Elastic File System file system for job storage.
|
Object |
getHost()
The contents of the `host` parameter determine whether your data volume persists on the host container instance and where it is stored.
|
String |
getName()
The name of the volume.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnJobDefinition.VolumesProperty.Builder builder)
CfnJobDefinition.AuthorizationConfigProperty.Builder.public final Object getEfsVolumeConfiguration()
CfnJobDefinition.VolumesPropertyFor more information, see Amazon EFS Volumes in the AWS Batch User Guide .
getEfsVolumeConfiguration in interface CfnJobDefinition.VolumesPropertypublic final Object getHost()
CfnJobDefinition.VolumesPropertyIf the host parameter is empty, then the Docker daemon assigns a host path for your data volume. However, the data isn't guaranteed to persist after the containers associated with it stop running.
This parameter isn't applicable to jobs that are running on Fargate resources and shouldn't be provided.
getHost in interface CfnJobDefinition.VolumesPropertypublic final String getName()
CfnJobDefinition.VolumesProperty
It can be up to 255 letters long. It can contain uppercase and lowercase letters, numbers, hyphens (-), and underscores (_). This name is referenced in the sourceVolume parameter of container definition mountPoints .
getName in interface CfnJobDefinition.VolumesProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.