| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static TmpfsMountOption |
TmpfsMountOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TmpfsMountOption[] |
TmpfsMountOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default List<TmpfsMountOption> |
Tmpfs.getMountOptions()
The list of tmpfs volume mount options.
|
List<TmpfsMountOption> |
Tmpfs.Jsii$Proxy.getMountOptions() |
| Modifier and Type | Method and Description |
|---|---|
Tmpfs.Builder |
Tmpfs.Builder.mountOptions(List<? extends TmpfsMountOption> mountOptions)
Sets the value of
Tmpfs.getMountOptions() |
Copyright © 2022. All rights reserved.