ElasticsearchAction class

Describes an action that writes data to an Amazon Elasticsearch Service domain.

Constructors

ElasticsearchAction({required String endpoint, required String id, required String index, required String roleArn, required String type})
ElasticsearchAction.fromJson(Map<String, dynamic> json)
factory

Properties

endpoint String
The endpoint of your Elasticsearch domain.
final
hashCode int
The hash code for this object.
no setterinherited
id String
The unique identifier for the document you are storing.
final
index String
The Elasticsearch index where you want to store your data.
final
roleArn String
The IAM role ARN that has access to Elasticsearch.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String
The type of document you are storing.
final

Methods

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

Operators

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