getIndex

suspend fun getIndex(argument: GetIndexPlainArgs): GetIndexResult

Definition of AWS::QBusiness::Index Resource Type

Return

null

Parameters

argument

null


suspend fun getIndex(applicationId: String, indexId: String): GetIndexResult

Return

null

Parameters

applicationId

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

indexId

The identifier for the index.

See also


suspend fun getIndex(argument: suspend GetIndexPlainArgsBuilder.() -> Unit): GetIndexResult

Return

null

Parameters

argument

Builder for com.pulumi.awsnative.qbusiness.kotlin.inputs.GetIndexPlainArgs.

See also