CreateIndexRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The identifier of the Amazon Q 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 token that you provide to identify the request to create an index. Multiple calls to the CreateIndex API with the same client token will create only one index.

Link copied to clipboard

A description for the Amazon Q index.

Link copied to clipboard

A name for the Amazon Q index.

Link copied to clipboard
val tags: List<Tag>?

A list of key-value pairs that identify or categorize the index. You can also use tags to help control access to the index. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String