Interface CfnIndex.MetadataConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnIndex.MetadataConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnIndex

@Stability(Stable) public static interface CfnIndex.MetadataConfigurationProperty extends software.amazon.jsii.JsiiSerializable
The metadata configuration for the vector index.

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.s3vectors.*;
 MetadataConfigurationProperty metadataConfigurationProperty = MetadataConfigurationProperty.builder()
         .nonFilterableMetadataKeys(List.of("nonFilterableMetadataKeys"))
         .build();
 

See Also: