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

StartBgpFailoverTestRequest

import type { StartBgpFailoverTestRequest } from "https://aws-api.deno.dev/v0.3/services/directconnect.ts?docs=full";
interface StartBgpFailoverTestRequest {
bgpPeers?: string[] | null;
testDurationInMinutes?: number | null;
virtualInterfaceId: string;
}

§Properties

§
bgpPeers?: string[] | null
[src]

The BGP peers to place in the DOWN state.

§
testDurationInMinutes?: number | null
[src]

The time in minutes that the virtual interface failover test will last.

Maximum value: 180 minutes (3 hours).

Default: 180 minutes (3 hours).

§
virtualInterfaceId: string
[src]

The ID of the virtual interface you want to test.