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

EventBridgeConfiguration

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

Configuration to enable EventBridge case event delivery and determine what data is delivered.

interface EventBridgeConfiguration {
enabled: boolean;
includedData?: EventIncludedData | null;
}

§Properties

§
enabled: boolean
[src]

Indicates whether the to broadcast case event data to the customer.

§
includedData?: EventIncludedData | null
[src]

Details of what case and related item data is published through the case event stream.