

# LambdaDeviceMount
<a name="API_LambdaDeviceMount"></a>

Contains information about a device that Linux processes in a container can access.

## Contents
<a name="API_LambdaDeviceMount_Contents"></a>

 ** path **   <a name="greengrassv2-Type-LambdaDeviceMount-path"></a>
The mount path for the device in the file system.  
Type: String  
Required: Yes

 ** addGroupOwner **   <a name="greengrassv2-Type-LambdaDeviceMount-addGroupOwner"></a>
Whether or not to add the component's system user as an owner of the device.  
Default: `false`   
Type: Boolean  
Required: No

 ** permission **   <a name="greengrassv2-Type-LambdaDeviceMount-permission"></a>
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
<a name="API_LambdaDeviceMount_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/greengrassv2-2020-11-30/LambdaDeviceMount) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/greengrassv2-2020-11-30/LambdaDeviceMount) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/greengrassv2-2020-11-30/LambdaDeviceMount) 