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

UpdateVirtualInterfaceAttributesRequest

import type { UpdateVirtualInterfaceAttributesRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface UpdateVirtualInterfaceAttributesRequest {
enableSiteLink?: boolean | null;
mtu?: number | null;
virtualInterfaceId: string;
virtualInterfaceName?: string | null;
}

§Properties

§
mtu?: number | null
[src]

The maximum transmission unit (MTU), in bytes. The supported values are 1500 and 9001. The default value is 1500.

§
virtualInterfaceId: string
[src]

The ID of the virtual private interface.

§
virtualInterfaceName?: string | null
[src]

The name of the virtual private interface.