class Aws::GreengrassV2::Types::LambdaVolumeMount

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

@note When making an API call, you may pass LambdaVolumeMount

data as a hash:

    {
      source_path: "FileSystemPath", # required
      destination_path: "FileSystemPath", # required
      permission: "ro", # accepts ro, rw
      add_group_owner: false,
    }

@!attribute [rw] source_path

The path to the physical volume in the file system.
@return [String]

@!attribute [rw] destination_path

The path to the logical volume in the file system.
@return [String]

@!attribute [rw] permission

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

Default: `ro`
@return [String]

@!attribute [rw] add_group_owner

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

Default: `false`
@return [Boolean]

@see docs.aws.amazon.com/goto/WebAPI/greengrassv2-2020-11-30/LambdaVolumeMount AWS API Documentation

Constants

SENSITIVE