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

EventIntegration

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

The event integration.

interface EventIntegration {
Description?: string | null;
EventBridgeBus?: string | null;
EventFilter?: EventFilter | null;
EventIntegrationArn?: string | null;
Name?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]

The event integration description.

§
EventBridgeBus?: string | null
[src]

The Amazon EventBridge bus for the event integration.

§
EventFilter?: EventFilter | null
[src]

The event integration filter.

§
EventIntegrationArn?: string | null
[src]

The Amazon Resource Name (ARN) of the event integration.

§
Name?: string | null
[src]

The name of the event integration.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The tags.