EventingConfig constructor

EventingConfig({
  1. List<ConfigVariable>? additionalVariables,
  2. AuthConfig? authConfig,
  3. DeadLetterConfig? deadLetterConfig,
  4. EnrichmentConfig? enrichmentConfig,
  5. bool? enrichmentEnabled,
  6. String? eventsListenerIngressEndpoint,
  7. AuthConfig? listenerAuthConfig,
  8. bool? privateConnectivityEnabled,
  9. DestinationConfig? proxyDestinationConfig,
  10. DestinationConfig? registrationDestinationConfig,
})

Implementation

EventingConfig({
  this.additionalVariables,
  this.authConfig,
  this.deadLetterConfig,
  this.enrichmentConfig,
  this.enrichmentEnabled,
  this.eventsListenerIngressEndpoint,
  this.listenerAuthConfig,
  this.privateConnectivityEnabled,
  this.proxyDestinationConfig,
  this.registrationDestinationConfig,
});