@Stability(value=Experimental) @Internal public static final class MountPoint.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MountPoint
MountPointsoftware.amazon.jsii.JsiiObject.InitializationModeMountPoint.Builder, MountPoint.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(String containerPath,
Boolean readOnly,
String sourceVolume)
Constructor that initializes the object based on literal property values passed by the
MountPoint.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getContainerPath()
(experimental) The path on the container to mount the host volume at.
|
Boolean |
getReadOnly()
(experimental) Specifies whether to give the container read-only access to the volume.
|
String |
getSourceVolume()
(experimental) The name of the volume to mount.
|
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(String containerPath, Boolean readOnly, String sourceVolume)
MountPoint.Builder.public final String getContainerPath()
MountPointgetContainerPath in interface MountPointpublic final Boolean getReadOnly()
MountPointIf this value is true, the container has read-only access to the volume. If this value is false, then the container can write to the volume.
getReadOnly in interface MountPointpublic final String getSourceVolume()
MountPointMust be a volume name referenced in the name parameter of task definition volume.
getSourceVolume in interface MountPoint@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.