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

CreateCollectionRequest

import type { CreateCollectionRequest } from "https://aws-api.deno.dev/v0.4/services/opensearchserverless.ts?docs=full";
interface CreateCollectionRequest {
clientToken?: string | null;
description?: string | null;
name: string;
tags?: Tag[] | null;
type?: CollectionType | null;
}

§Properties

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier to ensure idempotency of the request.

§
description?: string | null
[src]

Description of the collection.

§
name: string
[src]

Name of the collection.

§
tags?: Tag[] | null
[src]

An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.

§
type?: CollectionType | null
[src]

The type of collection.