AWS::GreengrassV2::ComponentVersion LambdaVolumeMount - 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 LambdaVolumeMount

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

Syntax

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

JSON

{ "AddGroupOwner" : Boolean, "DestinationPath" : String, "Permission" : String, "SourcePath" : String }

YAML

AddGroupOwner: Boolean DestinationPath: String Permission: String SourcePath: String

Properties

AddGroupOwner

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

Default: false

Required: No

Type: Boolean

Update requires: Replacement

DestinationPath

The path to the logical volume in the file system.

Required: No

Type: String

Update requires: Replacement

Permission

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

Default: ro

Required: No

Type: String

Allowed values: ro | rw

Update requires: Replacement

SourcePath

The path to the physical volume in the file system.

Required: No

Type: String

Update requires: Replacement