AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::OpenSearchServerless::CollectionGroup

CfnCollectionGroup

Resource Type definition for AWS::OpenSearchServerless::CollectionGroup.

Import

import { CfnCollectionGroup } from 'aws-cdk-lib/aws-opensearchserverless';

Or use the module namespace:

import * as opensearchserverless from 'aws-cdk-lib/aws-opensearchserverless';
// opensearchserverless.CfnCollectionGroup

Properties

Configuration passed to the constructor as CfnCollectionGroupProps.

nameRequired
string

The name of the collection group.

standbyReplicasRequired
string

Indicates whether standby replicas are used for the collection group.

capacityLimitsOptional
IResolvable | CapacityLimitsProperty
descriptionOptional
string

The description of the collection group.

tagsOptional
CfnTag[]

An array of key-value pairs to apply to this resource.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-opensearchserverless
CFN TypeAWS::OpenSearchServerless::CollectionGroup
Properties5

External Links