AWS::QBusiness::Index TextDocumentStatistics - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::QBusiness::Index TextDocumentStatistics

Provides information about text documents in an index.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "IndexedTextBytes" : Number, "IndexedTextDocumentCount" : Number }

Properties

IndexedTextBytes

The total size, in bytes, of the indexed documents.

Required: No

Type: Number

Minimum: 0

Update requires: No interruption

IndexedTextDocumentCount

The number of text documents indexed.

Required: No

Type: Number

Minimum: 0

Update requires: No interruption