@Stability(value=Stable) @Internal public static final class ScratchSpace.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ScratchSpace
ScratchSpace
software.amazon.jsii.JsiiObject.InitializationMode
ScratchSpace.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()
The path on the container to mount the scratch volume at.
|
String |
getName()
The name of the scratch volume to mount.
|
Boolean |
getReadOnly()
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, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected 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()
ScratchSpace
getContainerPath
in interface ScratchSpace
public final String getName()
ScratchSpace
Must be a volume name referenced in the name parameter of task definition volume.
getName
in interface ScratchSpace
public final Boolean getReadOnly()
ScratchSpace
If 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 ScratchSpace
public final String getSourcePath()
getSourcePath
in interface ScratchSpace
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2020. All rights reserved.