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:
Boolean
DestinationPath:String
Permission:String
SourcePath:String
Properties
AddGroupOwner
-
Whether or not to add the Amazon 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