@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.259Z") @Stability(value=Experimental) public interface MountPoint extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MountPoint.Builder
A builder for
MountPoint |
static class |
MountPoint.Jsii$Proxy
An implementation for
MountPoint |
| Modifier and Type | Method and Description |
|---|---|
static MountPoint.Builder |
builder() |
String |
getContainerPath()
(experimental) The path on the container to mount the host volume at.
|
Boolean |
getReadOnly()
(experimental) Specifies whether to give the container read-only access to the volume.
|
String |
getSourceVolume()
(experimental) The name of the volume to mount.
|
@Stability(value=Experimental) @NotNull String getContainerPath()
@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 getSourceVolume()
Must be a volume name referenced in the name parameter of task definition volume.
@Stability(value=Experimental) static MountPoint.Builder builder()
MountPoint.Builder of MountPointCopyright © 2021. All rights reserved.