AWS::GreengrassV2::ComponentVersion LambdaDeviceMount - AWS CloudFormation

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