ElasticsearchDestinationDescription constructor
ElasticsearchDestinationDescription({
- ElasticsearchBufferingHints? bufferingHints,
- CloudWatchLoggingOptions? cloudWatchLoggingOptions,
- String? clusterEndpoint,
- String? domainARN,
- String? indexName,
- ElasticsearchIndexRotationPeriod? indexRotationPeriod,
- ProcessingConfiguration? processingConfiguration,
- ElasticsearchRetryOptions? retryOptions,
- String? roleARN,
- ElasticsearchS3BackupMode? s3BackupMode,
- S3DestinationDescription? s3DestinationDescription,
- String? typeName,
- 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,
});