@Stability(value=Experimental) @Internal public static final class VolumeFrom.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements VolumeFrom
VolumeFromsoftware.amazon.jsii.JsiiObject.InitializationModeVolumeFrom.Builder, VolumeFrom.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean readOnly,
String sourceContainer)
Constructor that initializes the object based on literal property values passed by the
VolumeFrom.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) |
Boolean |
getReadOnly()
(experimental) Specifies whether the container has read-only access to the volume.
|
String |
getSourceContainer()
(experimental) The name of another container within the same task definition from which to mount volumes.
|
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(Boolean readOnly, String sourceContainer)
VolumeFrom.Builder.public final Boolean getReadOnly()
VolumeFromIf 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 VolumeFrompublic final String getSourceContainer()
VolumeFromgetSourceContainer in interface VolumeFrom@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.