ElasticsearchAction constructor

ElasticsearchAction({
  1. required String endpoint,
  2. required String id,
  3. required String index,
  4. required String roleArn,
  5. required String type,
})

Implementation

ElasticsearchAction({
  required this.endpoint,
  required this.id,
  required this.index,
  required this.roleArn,
  required this.type,
});