View Source GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingConfig (google_api_integrations v0.5.0)
Eventing Configuration of a connection
Attributes
-
additionalVariables
(type:list(GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConfigVariable.t)
, default:nil
) - Additional eventing related field values -
authConfig
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfig.t
, default:nil
) - Auth details for the webhook adapter. -
deadLetterConfig
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingConfigDeadLetterConfig.t
, default:nil
) - Optional. Dead letter configuration for eventing of a connection. -
enrichmentEnabled
(type:boolean()
, default:nil
) - Enrichment Enabled. -
eventsListenerIngressEndpoint
(type:String.t
, default:nil
) - Optional. Ingress endpoint of the event listener. This is used only when private connectivity is enabled. -
listenerAuthConfig
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfig.t
, default:nil
) - Optional. Auth details for the event listener. -
privateConnectivityEnabled
(type:boolean()
, default:nil
) - Optional. Private Connectivity Enabled. -
proxyDestinationConfig
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1DestinationConfig.t
, default:nil
) - Optional. Proxy for Eventing auto-registration. -
registrationDestinationConfig
(type:GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1DestinationConfig.t
, default:nil
) - Registration endpoint for auto registration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingConfig{ additionalVariables: [ GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1ConfigVariable.t() ] | nil, authConfig: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfig.t() | nil, deadLetterConfig: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1EventingConfigDeadLetterConfig.t() | nil, enrichmentEnabled: boolean() | nil, eventsListenerIngressEndpoint: String.t() | nil, listenerAuthConfig: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1AuthConfig.t() | nil, privateConnectivityEnabled: boolean() | nil, proxyDestinationConfig: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1DestinationConfig.t() | nil, registrationDestinationConfig: GoogleApi.Integrations.V1alpha.Model.GoogleCloudConnectorsV1DestinationConfig.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.