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

ResourceDownloadOwnerSetting

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

The owner setting for downloaded machine learning resources.

interface ResourceDownloadOwnerSetting {
GroupOwner: string;
GroupPermission: Permission;
}

§Properties

§
GroupOwner: string
[src]

The group owner of the resource. This is the name of an existing Linux OS group on the system or a GID. The group's permissions are added to the Lambda process.

§
GroupPermission: Permission
[src]

The permissions that the group owner has to the resource. Valid values are ''rw'' (read/write) or ''ro'' (read-only).