Package com.pulumi.aws.kendra.outputs
Class GetIndexIndexStatistic
- java.lang.Object
-
- com.pulumi.aws.kendra.outputs.GetIndexIndexStatistic
-
public final class GetIndexIndexStatistic extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetIndexIndexStatistic.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetIndexIndexStatistic.Builder
builder()
static GetIndexIndexStatistic.Builder
builder(GetIndexIndexStatistic defaults)
java.util.List<GetIndexIndexStatisticFaqStatistic>
faqStatistics()
java.util.List<GetIndexIndexStatisticTextDocumentStatistic>
textDocumentStatistics()
-
-
-
Method Detail
-
faqStatistics
public java.util.List<GetIndexIndexStatisticFaqStatistic> faqStatistics()
- Returns:
- Block that specifies the number of question and answer topics in the index. Documented below.
-
textDocumentStatistics
public java.util.List<GetIndexIndexStatisticTextDocumentStatistic> textDocumentStatistics()
- Returns:
- A block that specifies the number of text documents indexed.
-
builder
public static GetIndexIndexStatistic.Builder builder()
-
builder
public static GetIndexIndexStatistic.Builder builder(GetIndexIndexStatistic defaults)
-
-