AWS::OpenSearchServerless::IndexAn OpenSearch Serverless index resource.
import { CfnIndex } from 'aws-cdk-lib/aws-opensearchserverless';Or use the module namespace:
import * as opensearchserverless from 'aws-cdk-lib/aws-opensearchserverless';
// opensearchserverless.CfnIndexConfiguration passed to the constructor as CfnIndexProps.
collectionEndpointRequiredstringThe endpoint for the collection.
indexNameRequiredstringThe name of the OpenSearch Serverless index.
mappingsOptionalIResolvable | MappingsPropertyIndex mappings for the OpenSearch Serverless index.
settingsOptionalIResolvable | IndexSettingsPropertyIndex settings for the OpenSearch Serverless index.
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::Index