software.amazon.jsii.JsiiObject.InitializationModeVolume.Builder, Volume.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(Volume.Builder builder)
Constructor that initializes the object based on literal property values passed by the
Volume.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
DockerVolumeConfiguration |
getDockerVolumeConfiguration()
This property is specified when you are using Docker volumes.
|
EfsVolumeConfiguration |
getEfsVolumeConfiguration()
This property is specified when you are using Amazon EFS.
|
Host |
getHost()
This property is specified when you are using bind mount host volumes.
|
String |
getName()
The name of the volume.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Volume.Builder builder)
Volume.Builder.public final String getName()
VolumeUp to 255 letters (uppercase and lowercase), numbers, and hyphens are allowed. This name is referenced in the sourceVolume parameter of container definition mountPoints.
public final DockerVolumeConfiguration getDockerVolumeConfiguration()
VolumeDocker volumes are only supported when you are using the EC2 launch type. Windows containers only support the use of the local driver. To use bind mounts, specify a host instead.
getDockerVolumeConfiguration in interface Volumepublic final EfsVolumeConfiguration getEfsVolumeConfiguration()
VolumeWhen specifying Amazon EFS volumes in tasks using the Fargate launch type, Fargate creates a supervisor container that is responsible for managing the Amazon EFS volume. The supervisor container uses a small amount of the task's memory. The supervisor container is visible when querying the task metadata version 4 endpoint, but is not visible in CloudWatch Container Insights.
Default: No Elastic FileSystem is setup
getEfsVolumeConfiguration in interface Volumepublic final Host getHost()
VolumeBind mount host volumes are supported when you are using either the EC2 or Fargate launch types. The contents of the host parameter determine whether your bind mount host volume persists on the host container instance and where it is stored. If the host parameter is empty, then the Docker daemon assigns a host path for your data volume. However, the data is not guaranteed to persist after the containers associated with it stop running.
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.