This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon IoT Greengrass Core software mounts the source files to the destination inside the container.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AddGroupOwner" :Boolean, "DestinationPath" :String, "Permission" :String, "SourcePath" :String}
YAML
AddGroupOwner:BooleanDestinationPath:StringPermission:StringSourcePath:String
Properties
AddGroupOwner-
Whether or not to add the Amazon IoT Greengrass user group as an owner of the volume.
Default:
falseRequired: 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:
roRequired: No
Type: String
Allowed values:
ro | rwUpdate requires: Replacement
SourcePath-
The path to the physical volume in the file system.
Required: No
Type: String
Update requires: Replacement