TopicRuleErrorActionElasticsearch

data class TopicRuleErrorActionElasticsearch(val endpoint: String, val id: String, val index: String, val roleArn: String, val type: String)

Constructors

Link copied to clipboard
constructor(endpoint: String, id: String, index: String, roleArn: String, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint of your Elasticsearch domain.

Link copied to clipboard
val id: String

The unique identifier for the document you are storing.

Link copied to clipboard

The Elasticsearch index where you want to store your data.

Link copied to clipboard

The IAM role ARN that has access to Elasticsearch.

Link copied to clipboard

The type of document you are storing.