ElasticsearchDestinationUpdate constructor

ElasticsearchDestinationUpdate({
  1. ElasticsearchBufferingHints? bufferingHints,
  2. CloudWatchLoggingOptions? cloudWatchLoggingOptions,
  3. String? clusterEndpoint,
  4. String? domainARN,
  5. String? indexName,
  6. ElasticsearchIndexRotationPeriod? indexRotationPeriod,
  7. ProcessingConfiguration? processingConfiguration,
  8. ElasticsearchRetryOptions? retryOptions,
  9. String? roleARN,
  10. S3DestinationUpdate? s3Update,
  11. String? typeName,
})

Implementation

ElasticsearchDestinationUpdate({
  this.bufferingHints,
  this.cloudWatchLoggingOptions,
  this.clusterEndpoint,
  this.domainARN,
  this.indexName,
  this.indexRotationPeriod,
  this.processingConfiguration,
  this.retryOptions,
  this.roleARN,
  this.s3Update,
  this.typeName,
});