Get Index Result
data class GetIndexResult(val capacityConfiguration: IndexCapacityConfiguration? = null, val createdAt: String? = null, val description: String? = null, val displayName: String? = null, val documentAttributeConfigurations: List<IndexDocumentAttributeConfiguration>? = null, val indexArn: String? = null, val indexId: String? = null, val indexStatistics: IndexStatistics? = null, val status: IndexStatus? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)
Constructors
Link copied to clipboard
constructor(capacityConfiguration: IndexCapacityConfiguration? = null, createdAt: String? = null, description: String? = null, displayName: String? = null, documentAttributeConfigurations: List<IndexDocumentAttributeConfiguration>? = null, indexArn: String? = null, indexId: String? = null, indexStatistics: IndexStatistics? = null, status: IndexStatus? = null, tags: List<Tag>? = null, updatedAt: String? = null)
Properties
Link copied to clipboard
The capacity units you want to provision for your index. You can add and remove capacity to fit your usage needs.
Link copied to clipboard
A description for the Amazon Q Business index.
Link copied to clipboard
The name of the index.
Link copied to clipboard
Configuration information for document attributes. Document attributes are metadata or fields associated with your documents. For example, the company department name associated with each document. For more information, see Understanding document attributes .
Link copied to clipboard
Link copied to clipboard
The current status of the index. When the status is ACTIVE
, the index is ready.
Link copied to clipboard