get Search Indexes
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.
instance Name
The name of OTS instance.
name Regex
A regex string to filter results by search index name.
output File
File name where to save data source results (after running pulumi preview
).
table Name
The name of OTS table.
See also
suspend fun getSearchIndexes(argument: suspend GetSearchIndexesPlainArgsBuilder.() -> Unit): GetSearchIndexesResult
Return
A collection of values returned by getSearchIndexes.
Parameters
argument
Builder for com.pulumi.alicloud.ots.kotlin.inputs.GetSearchIndexesPlainArgs.