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

GroupOwnerSetting

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

Group owner related settings for local resources.

interface GroupOwnerSetting {
AutoAddGroupOwner?: boolean | null;
GroupOwner?: string | null;
}

§Properties

§
AutoAddGroupOwner?: boolean | null
[src]

If true, AWS IoT Greengrass automatically adds the specified Linux OS group owner of the resource to the Lambda process privileges. Thus the Lambda process will have the file access permissions of the added Linux group.

§
GroupOwner?: string | null
[src]

The name of the Linux OS group whose privileges will be added to the Lambda process. This field is optional.