Component Version Lambda Volume Mount Args
data class ComponentVersionLambdaVolumeMountArgs(val addGroupOwner: Output<Boolean>? = null, val destinationPath: Output<String>? = null, val permission: Output<ComponentVersionLambdaFilesystemPermission>? = null, val sourcePath: Output<String>? = null) : ConvertibleToJava<ComponentVersionLambdaVolumeMountArgs>
Constructors
Link copied to clipboard
constructor(addGroupOwner: Output<Boolean>? = null, destinationPath: Output<String>? = null, permission: Output<ComponentVersionLambdaFilesystemPermission>? = null, sourcePath: Output<String>? = null)
Properties
Link copied to clipboard
Whether or not to add the AWS IoT Greengrass user group as an owner of the volume. Default: false
Link copied to clipboard
The path to the logical volume in the file system.
Link copied to clipboard
The permission to access the volume: read/only ( ro
) or read/write ( rw
). Default: ro
Link copied to clipboard
The path to the physical volume in the file system.