getSearchIndexes

This data source provides the ots search index of the current Alibaba Cloud user. For information about OTS search index and how to use it, see Search index overview.

NOTE: Available in v1.187.0+.

Return

A collection of values returned by getSearchIndexes.

Parameters

argument

A collection of arguments for invoking getSearchIndexes.


suspend fun getSearchIndexes(ids: List<String>? = null, instanceName: String, nameRegex: String? = null, outputFile: String? = null, tableName: String): GetSearchIndexesResult

Return

A collection of values returned by getSearchIndexes.

Parameters

ids

A list of search index IDs.

instanceName

The name of OTS instance.

nameRegex

A regex string to filter results by search index name.

outputFile

File name where to save data source results (after running pulumi preview).

tableName

The name of OTS table.

See also


Return

A collection of values returned by getSearchIndexes.

Parameters

argument

Builder for com.pulumi.alicloud.ots.kotlin.inputs.GetSearchIndexesPlainArgs.

See also