Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

OpenSearchAction

import type { OpenSearchAction } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

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

interface OpenSearchAction {
endpoint: string;
id: string;
index: string;
roleArn: string;
type: string;
}

§Properties

§
endpoint: string
[src]

The endpoint of your OpenSearch domain.

§
id: string
[src]

The unique identifier for the document you are storing.

§
index: string
[src]

The OpenSearch index where you want to store your data.

§
roleArn: string
[src]

The IAM role ARN that has access to OpenSearch.

§
type: string
[src]

The type of document you are storing.