TopicRuleElasticsearchAction

data class TopicRuleElasticsearchAction(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 OpenSearch domain.

Link copied to clipboard
val id: String

The unique identifier for the document you are storing.

Link copied to clipboard

The index where you want to store your data.

Link copied to clipboard

The IAM role ARN that has access to OpenSearch.

Link copied to clipboard

The type of document you are storing.