@Stability(value=Experimental) @Internal public static final class ScratchSpace.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScratchSpace
ScratchSpacesoftware.amazon.jsii.JsiiObject.InitializationModeScratchSpace.Builder, ScratchSpace.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,
String name,
Boolean readOnly,
String sourcePath)
Constructor that initializes the object based on literal property values passed by the
ScratchSpace.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 scratch volume at.
|
String |
getName()
(experimental) The name of the scratch volume to mount.
|
Boolean |
getReadOnly()
(experimental) Specifies whether to give the container read-only access to the scratch volume.
|
String |
getSourcePath() |
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, String name, Boolean readOnly, String sourcePath)
ScratchSpace.Builder.public final String getContainerPath()
ScratchSpacegetContainerPath in interface ScratchSpacepublic final String getName()
ScratchSpaceMust be a volume name referenced in the name parameter of task definition volume.
getName in interface ScratchSpacepublic final Boolean getReadOnly()
ScratchSpaceIf this value is true, the container has read-only access to the scratch volume. If this value is false, then the container can write to the scratch volume.
getReadOnly in interface ScratchSpacepublic final String getSourcePath()
getSourcePath in interface ScratchSpace@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.