TopicRuleOpenSearchActionArgs

data class TopicRuleOpenSearchActionArgs(val endpoint: Output<String>, val id: Output<String>, val index: Output<String>, val roleArn: Output<String>, val type: Output<String>) : ConvertibleToJava<TopicRuleOpenSearchActionArgs>

Constructors

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

Properties

Link copied to clipboard
val endpoint: Output<String>

The endpoint of your OpenSearch domain.

Link copied to clipboard
val id: Output<String>

The unique identifier for the document you are storing.

Link copied to clipboard
val index: Output<String>

The OpenSearch index where you want to store your data.

Link copied to clipboard
val roleArn: Output<String>

The IAM role ARN that has access to OpenSearch.

Link copied to clipboard
val type: Output<String>

The type of document you are storing.

Functions

Link copied to clipboard
open override fun toJava(): TopicRuleOpenSearchActionArgs