EventingConfig constructor

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

Implementation

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