class Aws::GreengrassV2::Types::LambdaDeviceMount
Contains information about a device that Linux processes in a container can access.
@note When making an API call, you may pass LambdaDeviceMount
data as a hash: { path: "FileSystemPath", # required permission: "ro", # accepts ro, rw add_group_owner: false, }
@!attribute [rw] path
The mount path for the device in the file system. @return [String]
@!attribute [rw] permission
The permission to access the device: read/only (`ro`) or read/write (`rw`). Default: `ro` @return [String]
@!attribute [rw] add_group_owner
Whether or not to add the component's system user as an owner of the device. Default: `false` @return [Boolean]
@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/LambdaDeviceMount AWS API Documentation
Constants
- SENSITIVE