getSecondaryIndexes

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

NOTE: Available in v1.187.0+.

Return

A collection of values returned by getSecondaryIndexes.

Parameters

argument

A collection of arguments for invoking getSecondaryIndexes.


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

Return

A collection of values returned by getSecondaryIndexes.

Parameters

ids

A list of secondary index IDs.

instanceName

The name of OTS instance.

nameRegex

A regex string to filter results by secondary 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 getSecondaryIndexes.

Parameters

argument

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

See also