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

LocalDeviceResourceData

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

Attributes that define a local device resource.

interface LocalDeviceResourceData {
GroupOwnerSetting?: GroupOwnerSetting | null;
SourcePath?: string | null;
}

§Properties

§
GroupOwnerSetting?: GroupOwnerSetting | null
[src]

Group/owner related settings for local resources.

§
SourcePath?: string | null
[src]

The local absolute path of the device resource. The source path for a device resource can refer only to a character device or block device under ''/dev''.