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

EventBridgeDestinationProperties

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

The properties that are applied when Amazon EventBridge is being used as a destination.

interface EventBridgeDestinationProperties {
errorHandlingConfig?: ErrorHandlingConfig | null;
object: string;
}

§Properties

§
errorHandlingConfig?: ErrorHandlingConfig | null
[src]
§
object: string
[src]

The object specified in the Amazon EventBridge flow destination.