Creates a new OpenSearch Serverless collection. For more information, see Creating and managing Amazon OpenSearch Serverless collections.
See https://www.paws-r-sdk.com/docs/opensearchserviceserverless_create_collection/ for full documentation.
opensearchserviceserverless_create_collection(
name,
type = NULL,
description = NULL,
tags = NULL,
standbyReplicas = NULL,
clientToken = NULL
)
[required] Name of the collection.
The type of collection.
Description of the collection.
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
Indicates whether standby replicas should be used for a collection.
Unique, case-sensitive identifier to ensure idempotency of the request.