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

LaunchPermission

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

Describes a launch permission.

interface LaunchPermission {
Group?: PermissionGroup | null;
OrganizationalUnitArn?: string | null;
OrganizationArn?: string | null;
UserId?: string | null;
}

§Properties

§
Group?: PermissionGroup | null
[src]

The name of the group.

§
OrganizationalUnitArn?: string | null
[src]

The Amazon Resource Name (ARN) of an organizational unit (OU).

§
OrganizationArn?: string | null
[src]

The Amazon Resource Name (ARN) of an organization.

§
UserId?: string | null
[src]

The Amazon Web Services account ID.

Constraints: Up to 10 000 account IDs can be specified in a single request.