get Secondary Indexes
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.
instance Name
The name of OTS instance.
name Regex
A regex string to filter results by secondary 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 getSecondaryIndexes(argument: suspend GetSecondaryIndexesPlainArgsBuilder.() -> Unit): GetSecondaryIndexesResult
Return
A collection of values returned by getSecondaryIndexes.
Parameters
argument
Builder for com.pulumi.alicloud.ots.kotlin.inputs.GetSecondaryIndexesPlainArgs.