This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::GreengrassV2::ComponentVersion LambdaDeviceMount
Contains information about a device that Linux processes in a container can access.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AddGroupOwner" :Boolean, "Path" :String, "Permission" :String}
YAML
AddGroupOwner:BooleanPath:StringPermission:String
Properties
- AddGroupOwner
- 
                    Whether or not to add the component's system user as an owner of the device. Default: falseRequired: No Type: Boolean Update requires: Replacement 
- Path
- 
                    The mount path for the device in the file system. Required: No Type: String Update requires: Replacement 
- Permission
- 
                    The permission to access the device: read/only ( ro) or read/write (rw).Default: roRequired: No Type: String Allowed values: ro | rwUpdate requires: Replacement