ElasticsearchDestinationDescription class

The destination description in Amazon ES.

Constructors

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})
ElasticsearchDestinationDescription.fromJson(Map<String, dynamic> json)
factory

Properties

bufferingHints ElasticsearchBufferingHints?
The buffering options.
final
cloudWatchLoggingOptions CloudWatchLoggingOptions?
The Amazon CloudWatch logging options.
final
clusterEndpoint String?
The endpoint to use when communicating with the cluster. Kinesis Data Firehose uses either this ClusterEndpoint or the DomainARN field to send data to Amazon ES.
final
domainARN String?
The ARN of the Amazon ES domain. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
final
hashCode int
The hash code for this object.
no setterinherited
indexName String?
The Elasticsearch index name.
final
indexRotationPeriod ElasticsearchIndexRotationPeriod?
The Elasticsearch index rotation period
final
processingConfiguration ProcessingConfiguration?
The data processing configuration.
final
retryOptions ElasticsearchRetryOptions?
The Amazon ES retry options.
final
roleARN String?
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s3BackupMode ElasticsearchS3BackupMode?
The Amazon S3 backup mode.
final
s3DestinationDescription S3DestinationDescription?
The Amazon S3 destination.
final
typeName String?
The Elasticsearch type name. This applies to Elasticsearch 6.x and lower versions. For Elasticsearch 7.x, there's no value for TypeName.
final
vpcConfigurationDescription VpcConfigurationDescription?
The details of the VPC of the Amazon ES destination.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited