ElasticsearchDestinationUpdate constructor
ElasticsearchDestinationUpdate({
- ElasticsearchBufferingHints? bufferingHints,
- CloudWatchLoggingOptions? cloudWatchLoggingOptions,
- String? clusterEndpoint,
- String? domainARN,
- String? indexName,
- ElasticsearchIndexRotationPeriod? indexRotationPeriod,
- ProcessingConfiguration? processingConfiguration,
- ElasticsearchRetryOptions? retryOptions,
- String? roleARN,
- S3DestinationUpdate? s3Update,
- 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,
});