Creates a new OpenSearch Serverless collection
Source:R/opensearchserviceserverless_operations.R
opensearchserviceserverless_create_collection.RdCreates 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(
name,
type = NULL,
description = NULL,
tags = NULL,
standbyReplicas = NULL,
vectorOptions = NULL,
collectionGroupName = NULL,
encryptionConfig = NULL,
clientToken = NULL
)Arguments
- name
[required] Name of the collection.
- type
The type of collection.
- description
Description of the collection.
An arbitrary set of tags (key–value pairs) to associate with the OpenSearch Serverless collection.
- standbyReplicas
Indicates whether standby replicas should be used for a collection.
- vectorOptions
Configuration options for vector search capabilities in the collection.
- collectionGroupName
The name of the collection group to associate with the collection.
- encryptionConfig
Encryption settings for the collection.
- clientToken
Unique, case-sensitive identifier to ensure idempotency of the request.