This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QBusiness::Index TextDocumentStatistics
Provides information about text documents in an index.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "IndexedTextBytes" :Number, "IndexedTextDocumentCount" :Number}
YAML
IndexedTextBytes:NumberIndexedTextDocumentCount:Number
Properties
IndexedTextBytes-
The total size, in bytes, of the indexed documents.
Required: No
Type: Number
Minimum:
0Update requires: No interruption
IndexedTextDocumentCount-
The number of text documents indexed.
Required: No
Type: Number
Minimum:
0Update requires: No interruption