@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.266Z") @Stability(value=Experimental) public interface Tmpfs extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Tmpfs.Builder
A builder for
Tmpfs |
static class |
Tmpfs.Jsii$Proxy
An implementation for
Tmpfs |
| Modifier and Type | Method and Description |
|---|---|
static Tmpfs.Builder |
builder() |
String |
getContainerPath()
(experimental) The absolute file path where the tmpfs volume is to be mounted.
|
default List<TmpfsMountOption> |
getMountOptions()
(experimental) The list of tmpfs volume mount options.
|
Number |
getSize()
(experimental) The size (in MiB) of the tmpfs volume.
|
@Stability(value=Experimental) @NotNull String getContainerPath()
@Stability(value=Experimental) @NotNull Number getSize()
@Stability(value=Experimental) @Nullable default List<TmpfsMountOption> getMountOptions()
For more information, see TmpfsMountOptions.
@Stability(value=Experimental) static Tmpfs.Builder builder()
Tmpfs.Builder of TmpfsCopyright © 2021. All rights reserved.