LambdaVolumeMount - Amazon IoT Greengrass
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).

LambdaVolumeMount

Contains information about a volume that Linux processes in a container can access. When you define a volume, the Amazon IoT Greengrass Core software mounts the source files to the destination inside the container.

Contents

destinationPath

The path to the logical volume in the file system.

Type: String

Required: Yes

sourcePath

The path to the physical volume in the file system.

Type: String

Required: Yes

addGroupOwner

Whether or not to add the Amazon IoT Greengrass user group as an owner of the volume.

Default: false

Type: Boolean

Required: No

permission

The permission to access the volume: read/only (ro) or read/write (rw).

Default: ro

Type: String

Valid Values: ro | rw

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: