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.deno.dev/v0.3/services/ec2.ts?docs=full";

Describes a connection notification for a VPC endpoint or VPC endpoint service.

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]

The events for the notification. Valid values are Accept, Connect, Delete, and Reject.

§
ConnectionNotificationArn?: string | null
[src]

The ARN of the SNS topic for the notification.

§
ConnectionNotificationId?: string | null
[src]

The ID of the notification.

§
ConnectionNotificationState?: ConnectionNotificationState | null
[src]

The state of the notification.

§
ConnectionNotificationType?: ConnectionNotificationType | null
[src]

The type of notification.

§
ServiceId?: string | null
[src]

The ID of the endpoint service.

§
VpcEndpointId?: string | null
[src]

The ID of the VPC endpoint.