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

GoogleCloudConnectorsV1EventingConfig

import type { GoogleCloudConnectorsV1EventingConfig } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

Eventing Configuration of a connection

interface GoogleCloudConnectorsV1EventingConfig {
additionalVariables?: GoogleCloudConnectorsV1ConfigVariable[];
enrichmentEnabled?: boolean;
eventsListenerIngressEndpoint?: string;
listenerAuthConfig?: GoogleCloudConnectorsV1AuthConfig;
privateConnectivityEnabled?: boolean;
registrationDestinationConfig?: GoogleCloudConnectorsV1DestinationConfig;
}

§Properties

§

Additional eventing related field values

§

Auth details for the webhook adapter.

§

Optional. Dead letter configuration for eventing of a connection.

§
enrichmentEnabled?: boolean
[src]

Enrichment Enabled.

§
eventsListenerIngressEndpoint?: string
[src]

Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled.

§

Optional. Auth details for the event listener.

§
privateConnectivityEnabled?: boolean
[src]

Optional. Private Connectivity Enabled.

§

Optional. Proxy for Eventing auto-registration.

§
registrationDestinationConfig?: GoogleCloudConnectorsV1DestinationConfig
[src]

Registration endpoint for auto registration.