enum MountPermissions
| Language | Type name |
|---|---|
Python | aws_rfdk.MountPermissions |
TypeScript (source) | aws-rfdk » MountPermissions |
Permission mode under which the filesystem is mounted.
Members
| Name | Description |
|---|---|
| READONLY | Mount the filesystem as read-only. |
| READWRITE | Mount the filesystem as read-write. |
READONLY
Mount the filesystem as read-only.
READWRITE
Mount the filesystem as read-write.

Python
TypeScript (