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

EventIntegrationAssociation

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

The event integration association.

interface EventIntegrationAssociation {
ClientAssociationMetadata?: {
[key: string]: string | null | undefined;
}
| null;
ClientId?: string | null;
EventBridgeRuleName?: string | null;
EventIntegrationAssociationArn?: string | null;
EventIntegrationAssociationId?: string | null;
EventIntegrationName?: string | null;
}

§Properties

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

The metadata associated with the client.

§
ClientId?: string | null
[src]

The identifier for the client that is associated with the event integration.

§
EventBridgeRuleName?: string | null
[src]

The name of the EventBridge rule.

§
EventIntegrationAssociationArn?: string | null
[src]

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

§
EventIntegrationAssociationId?: string | null
[src]

The identifier for the event integration association.

§
EventIntegrationName?: string | null
[src]

The name of the event integration.