GetIndexPlainArgs

data class GetIndexPlainArgs(val applicationId: String, val indexId: String) : ConvertibleToJava<GetIndexPlainArgs>

Constructors

Link copied to clipboard
constructor(applicationId: String, indexId: String)

Properties

Link copied to clipboard

The identifier of the Amazon Q Business application using the index.

Link copied to clipboard

The identifier for the index.

Functions

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