@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.276Z") @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 © 2021. All rights reserved.