Interface CfnCollectionIndexProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCollectionIndexProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-04T12:52:17.238Z") @Stability(Stable) public interface CfnCollectionIndexProps extends software.amazon.jsii.JsiiSerializable
Properties for defining a CfnCollectionIndex.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.opensearchserverless.*;
 CfnCollectionIndexProps cfnCollectionIndexProps = CfnCollectionIndexProps.builder()
         .id("id")
         .indexName("indexName")
         // the properties below are optional
         .indexSchema("indexSchema")
         .build();
 

See Also: