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

CreateEventIntegrationRequest

import type { CreateEventIntegrationRequest } from "https://aws-api.deno.dev/v0.4/services/appintegrations.ts?docs=full";
interface CreateEventIntegrationRequest {
ClientToken?: string | null;
Description?: string | null;
EventBridgeBus: string;
EventFilter: EventFilter;
Name: string;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
ClientToken?: string | null
[src]

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
Description?: string | null
[src]

The description of the event integration.

§
EventBridgeBus: string
[src]

The EventBridge bus.

§
EventFilter: EventFilter
[src]

The event filter.

§
Name: string
[src]

The name of the event integration.

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

One or more tags.