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::Greengrass::ResourceDefinition LocalDeviceResourceData
Settings for a local device resource, which represents a file under /dev. For
         more information, see Access Local
            Resources with Lambda Functions in the 
                    AWS IoT Greengrass Version 1 Developer Guide
                .
         In an AWS CloudFormation template, LocalDeviceResourceData can be used in
         the ResourceDataContainer property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "GroupOwnerSetting" :GroupOwnerSetting, "SourcePath" :String}
YAML
GroupOwnerSetting:GroupOwnerSettingSourcePath:String
Properties
GroupOwnerSetting- 
                    
Settings that define additional Linux OS group permissions to give to the Lambda function process.
Required: No
Type: GroupOwnerSetting
Update requires: Replacement
 SourcePath- 
                    
The local absolute path of the device resource. The source path for a device resource can refer only to a character device or block device under
/dev.Required: Yes
Type: String
Update requires: Replacement
 
See also
- 
                    
LocalDeviceResourceData in the AWS IoT Greengrass Version 1 API Reference