Learn R Programming

paws.analytics (version 0.7.0)

opensearchserviceserverless_create_collection: Creates a new OpenSearch Serverless collection

Description

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.

Usage

opensearchserviceserverless_create_collection(
  clientToken = NULL,
  description = NULL,
  name,
  standbyReplicas = NULL,
  tags = NULL,
  type = NULL
)

Arguments

clientToken

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

description

Description of the collection.

name

[required] Name of the collection.

standbyReplicas

Indicates whether standby replicas should be used for a collection.

tags

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

type

The type of collection.