Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LocalVolumeResourceData

import type { LocalVolumeResourceData } from "https://aws-api.deno.dev/v0.3/services/greengrass.ts?docs=full";

Attributes that define a local volume resource.

interface LocalVolumeResourceData {
DestinationPath?: string | null;
GroupOwnerSetting?: GroupOwnerSetting | null;
SourcePath?: string | null;
}

§Properties

§
DestinationPath?: string | null
[src]

The absolute local path of the resource inside the Lambda environment.

§
GroupOwnerSetting?: GroupOwnerSetting | null
[src]

Allows you to configure additional group privileges for the Lambda process. This field is optional.

§
SourcePath?: string | null
[src]

The local absolute path of the volume resource on the host. The source path for a volume resource type cannot start with ''/sys''.