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

NetworkInterfacePermission

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

Describes a permission for a network interface.

interface NetworkInterfacePermission {
AwsAccountId?: string | null;
AwsService?: string | null;
NetworkInterfaceId?: string | null;
NetworkInterfacePermissionId?: string | null;
Permission?: InterfacePermissionType | null;
PermissionState?: NetworkInterfacePermissionState | null;
}

§Properties

§
AwsAccountId?: string | null
[src]

The Amazon Web Services account ID.

§
AwsService?: string | null
[src]

The Amazon Web Service.

§
NetworkInterfaceId?: string | null
[src]

The ID of the network interface.

§
NetworkInterfacePermissionId?: string | null
[src]

The ID of the network interface permission.

§
Permission?: InterfacePermissionType | null
[src]

The type of permission.

§
PermissionState?: NetworkInterfacePermissionState | null
[src]

Information about the state of the permission.