ElasticsearchDestinationDescription constructor

ElasticsearchDestinationDescription({
  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. ElasticsearchS3BackupMode? s3BackupMode,
  11. S3DestinationDescription? s3DestinationDescription,
  12. String? typeName,
  13. VpcConfigurationDescription? vpcConfigurationDescription,
})

Implementation

ElasticsearchDestinationDescription({
  this.bufferingHints,
  this.cloudWatchLoggingOptions,
  this.clusterEndpoint,
  this.domainARN,
  this.indexName,
  this.indexRotationPeriod,
  this.processingConfiguration,
  this.retryOptions,
  this.roleARN,
  this.s3BackupMode,
  this.s3DestinationDescription,
  this.typeName,
  this.vpcConfigurationDescription,
});