interface LinuxMountPointProps
| Language | Type name |
|---|---|
Python | aws_rfdk.LinuxMountPointProps |
TypeScript (source) | aws-rfdk » LinuxMountPointProps |
Properties for the mount point of a filesystem on a Linux system.
Properties
| Name | Type | Description |
|---|---|---|
| location | string | Directory for the mount point. |
| permissions? | Mount | File permissions for the mounted filesystem. |
location
Type:
string
Directory for the mount point.
permissions?
Type:
Mount
(optional, default: MountPermissions.READWRITE)
File permissions for the mounted filesystem.

Python
TypeScript (