@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:22.573Z") @Stability(value=Experimental) public interface VolumeFrom extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
VolumeFrom.Builder
A builder for
VolumeFrom |
static class |
VolumeFrom.Jsii$Proxy
An implementation for
VolumeFrom |
| Modifier and Type | Method and Description |
|---|---|
static VolumeFrom.Builder |
builder() |
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.
|
@Stability(value=Experimental) @NotNull Boolean getReadOnly()
If 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.
@Stability(value=Experimental) @NotNull String getSourceContainer()
@Stability(value=Experimental) static VolumeFrom.Builder builder()
VolumeFrom.Builder of VolumeFromCopyright © 2020. All rights reserved.