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

ConnectionNotification

import type { ConnectionNotification } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ec2.ts";
interface ConnectionNotification {
ConnectionEvents: string[];
ConnectionNotificationArn?: string | null;
ConnectionNotificationId?: string | null;
ConnectionNotificationState?: ConnectionNotificationState | null;
ConnectionNotificationType?: ConnectionNotificationType | null;
ServiceId?: string | null;
VpcEndpointId?: string | null;
}

§Properties

§
ConnectionEvents: string[]
[src]
§
ConnectionNotificationArn?: string | null
[src]
§
ConnectionNotificationId?: string | null
[src]
§
ConnectionNotificationState?: ConnectionNotificationState | null
[src]
§
ConnectionNotificationType?: ConnectionNotificationType | null
[src]
§
ServiceId?: string | null
[src]
§
VpcEndpointId?: string | null
[src]