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 next: 19

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

§Properties

§

Optional. Additional eventing related field values

§

Optional. Auth details for the webhook adapter.

§

Optional. Dead letter configuration for eventing of a connection.

§

Optional. Data enrichment configuration.

§
enrichmentEnabled?: boolean
[src]

Optional. 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.

§
privateConnectivityAllowlistedProjects?: string[]
[src]

Optional. List of projects to be allowlisted for the service attachment created in the tenant project for eventing ingress.

§
privateConnectivityEnabled?: boolean
[src]

Optional. Private Connectivity Enabled.

§

Optional. Proxy for Eventing auto-registration.

§
registrationDestinationConfig?: GoogleCloudConnectorsV1DestinationConfig
[src]

Optional. Registration endpoint for auto registration.

§

Optional. Ssl config of a connection