AWS::OpenSearchServerless::CollectionGroupResource Type definition for AWS::OpenSearchServerless::CollectionGroup.
import { CfnCollectionGroup } from 'aws-cdk-lib/aws-opensearchserverless';Or use the module namespace:
import * as opensearchserverless from 'aws-cdk-lib/aws-opensearchserverless';
// opensearchserverless.CfnCollectionGroupConfiguration passed to the constructor as CfnCollectionGroupProps.
nameRequiredstringThe name of the collection group.
standbyReplicasRequiredstringIndicates whether standby replicas are used for the collection group.
capacityLimitsOptionalIResolvable | CapacityLimitsPropertydescriptionOptionalstringThe description of the collection group.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-opensearchserverlessAWS::OpenSearchServerless::CollectionGroup