LambdaDeviceMount
Contains information about a device that Linux processes in a container can access.
Contents
- path
-
The mount path for the device in the file system.
Type: String
Required: Yes
- addGroupOwner
-
Whether or not to add the component's system user as an owner of the device.
Default:
false
Type: Boolean
Required: No
- permission
-
The permission to access the device: read/only (
ro
) or read/write (rw
).Default:
ro
Type: String
Valid Values:
ro | rw
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: