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

LoadPermission

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

Describes a load permission.

interface LoadPermission {
Group?: PermissionGroup | null;
UserId?: string | null;
}

§Properties

§
Group?: PermissionGroup | null
[src]

The name of the group.

§
UserId?: string | null
[src]

The Amazon Web Services account ID.