GetDataSourcePlainArgs

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

Constructors

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

Properties

Link copied to clipboard

The identifier of the Amazon Q Business application the data source will be attached to.

Link copied to clipboard

The identifier of the Amazon Q Business data source.

Link copied to clipboard

The identifier of the index the data source is attached to.

Functions

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