Index Args
data class IndexArgs(val applicationId: Output<String>? = null, val capacityConfiguration: Output<IndexCapacityConfigurationArgs>? = null, val description: Output<String>? = null, val displayName: Output<String>? = null, val documentAttributeConfigurations: Output<List<IndexDocumentAttributeConfigurationArgs>>? = null, val tags: Output<List<TagArgs>>? = null, val type: Output<IndexType>? = null) : ConvertibleToJava<IndexArgs>
Definition of AWS::QBusiness::Index Resource Type
Constructors
Link copied to clipboard
constructor(applicationId: Output<String>? = null, capacityConfiguration: Output<IndexCapacityConfigurationArgs>? = null, description: Output<String>? = null, displayName: Output<String>? = null, documentAttributeConfigurations: Output<List<IndexDocumentAttributeConfigurationArgs>>? = null, tags: Output<List<TagArgs>>? = null, type: Output<IndexType>? = null)
Properties
Link copied to clipboard
The identifier of the Amazon Q Business application using the index.
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 index type that's suitable for your needs. For more information on what's included in each type of index, see Amazon Q Business tiers .