Interface CfnIndex.TextDocumentStatisticsProperty

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

@Stability(Stable) public static interface CfnIndex.TextDocumentStatisticsProperty extends software.amazon.jsii.JsiiSerializable
Provides information about text documents in an 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.qbusiness.*;
 TextDocumentStatisticsProperty textDocumentStatisticsProperty = TextDocumentStatisticsProperty.builder()
         .indexedTextBytes(123)
         .indexedTextDocumentCount(123)
         .build();
 

See Also: