createCollectionGroup
inline suspend fun OpenSearchServerlessClient.createCollectionGroup(crossinline block: CreateCollectionGroupRequest.Builder.() -> Unit): CreateCollectionGroupResponse
Creates a collection group within OpenSearch Serverless. Collection groups let you manage OpenSearch Compute Units (OCUs) at a group level, with multiple collections sharing the group's capacity limits.
For more information, see Managing collection groups.