IngestionDataSourceSettings constructor

IngestionDataSourceSettings({
  1. AwsKinesis? awsKinesis,
  2. AwsMsk? awsMsk,
  3. AzureEventHubs? azureEventHubs,
  4. CloudStorage? cloudStorage,
  5. ConfluentCloud? confluentCloud,
  6. PlatformLogsSettings? platformLogsSettings,
})

Implementation

IngestionDataSourceSettings({
  this.awsKinesis,
  this.awsMsk,
  this.azureEventHubs,
  this.cloudStorage,
  this.confluentCloud,
  this.platformLogsSettings,
});