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

GetEventIntegrationResponse

import type { GetEventIntegrationResponse } from "https://aws-api.deno.dev/v0.4/services/appintegrations.ts?docs=full";
interface GetEventIntegrationResponse {
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 description of the event integration.

§
EventBridgeBus?: string | null
[src]

The EventBridge bus.

§
EventFilter?: EventFilter | null
[src]

The event filter.

§
EventIntegrationArn?: string | null
[src]

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

§
Name?: string | null
[src]

The name of the event integration.

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

One or more tags.