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

VpcPeeringConnectionStatus

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

Represents status information for a VPC peering connection. Status is associated with a "VpcPeeringConnection" object. Status codes and messages are provided from EC2 (see VpcPeeringConnectionStateReason). Connection status information is also communicated as a fleet "Event".

interface VpcPeeringConnectionStatus {
Code?: string | null;
Message?: string | null;
}

§Properties

§
Code?: string | null
[src]

Code indicating the status of a VPC peering connection.

§
Message?: string | null
[src]

Additional messaging associated with the connection status.