AWS::GreengrassV2::ComponentVersion LambdaDeviceMount - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new 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 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