OpenSearchAction

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

Types

Link copied to clipboard
class Builder
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 OpenSearch 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.

Functions

Link copied to clipboard
inline fun copy(block: OpenSearchAction.Builder.() -> Unit = {}): OpenSearchAction
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String