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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCollectionIndexPropsstatic final classAn implementation forCfnCollectionIndexProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getId
The identifier of the collection.- See Also:
-
getIndexName
The name of the collection index.- See Also:
-
getIndexSchema
The Mappings for the collection index.- See Also:
-
builder
- Returns:
- a
CfnCollectionIndexProps.BuilderofCfnCollectionIndexProps
-