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

ProtocolAndNotificationEndpoint

import type { ProtocolAndNotificationEndpoint } from "https://aws-api.deno.dev/v0.4/services/securitylake.ts?docs=full";

Protocol used in Amazon Security Lake that dictates how notifications are posted at the endpoint.

interface ProtocolAndNotificationEndpoint {
endpoint?: string | null;
protocol?: string | null;
}

§Properties

§
endpoint?: string | null
[src]

The account that is subscribed to receive exception notifications.

§
protocol?: string | null
[src]

The protocol to which notification messages are posted.