IndexArgs

data class IndexArgs(val capacityUnits: Output<IndexCapacityUnitsConfigurationArgs>? = null, val description: Output<String>? = null, val documentMetadataConfigurations: Output<List<IndexDocumentMetadataConfigurationArgs>>? = null, val edition: Output<IndexEdition>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val serverSideEncryptionConfiguration: Output<IndexServerSideEncryptionConfigurationArgs>? = null, val tags: Output<List<IndexTagArgs>>? = null, val userContextPolicy: Output<IndexUserContextPolicy>? = null, val userTokenConfigurations: Output<List<IndexUserTokenConfigurationArgs>>? = null) : ConvertibleToJava<IndexArgs>

A Kendra index

Constructors

Link copied to clipboard
fun IndexArgs(capacityUnits: Output<IndexCapacityUnitsConfigurationArgs>? = null, description: Output<String>? = null, documentMetadataConfigurations: Output<List<IndexDocumentMetadataConfigurationArgs>>? = null, edition: Output<IndexEdition>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, serverSideEncryptionConfiguration: Output<IndexServerSideEncryptionConfigurationArgs>? = null, tags: Output<List<IndexTagArgs>>? = null, userContextPolicy: Output<IndexUserContextPolicy>? = null, userTokenConfigurations: Output<List<IndexUserTokenConfigurationArgs>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): IndexArgs

Properties

Link copied to clipboard

Capacity units

Link copied to clipboard
val description: Output<String>? = null

A description for the index

Link copied to clipboard

Document metadata configurations

Link copied to clipboard
val edition: Output<IndexEdition>? = null
Link copied to clipboard
val name: Output<String>? = null
Link copied to clipboard
val roleArn: Output<String>? = null
Link copied to clipboard

Server side encryption configuration

Link copied to clipboard
val tags: Output<List<IndexTagArgs>>? = null

Tags for labeling the index

Link copied to clipboard