Index Args
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)