Open Search Client
OpenSearch client with AWS SigV4 support.
This wraps SearchClient and configures KtorRestClient with a SigV4 requestSigner.
Constructors
Link copied to clipboard
constructor(nodes: Array<Node>, region: String, service: String? = null, credentialsProvider: AwsCredentialsProvider, https: Boolean = true, logging: Boolean = false, nodeSelector: NodeSelector = RoundRobinNodeSelector(nodes), json: Json = DEFAULT_JSON)