AWS::GreengrassV2::ComponentVersion LambdaDeviceMount - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::GreengrassV2::ComponentVersion LambdaDeviceMount

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

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AddGroupOwner" : Boolean, "Path" : String, "Permission" : String }

YAML

AddGroupOwner: Boolean Path: String Permission: String

Properties

AddGroupOwner

Whether or not to add the component's system user as an owner of the device.

Default: false

Required: 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: ro

Required: No

Type: String

Allowed values: ro | rw

Update requires: Replacement