Secondary Index Args
data class SecondaryIndexArgs(val definedColumns: Output<List<String>>? = null, val includeBaseData: Output<Boolean>? = null, val indexName: Output<String>? = null, val indexType: Output<String>? = null, val instanceName: Output<String>? = null, val primaryKeys: Output<List<String>>? = null, val tableName: Output<String>? = null) : ConvertibleToJava<SecondaryIndexArgs>
Provides an OTS secondary index resource. For information about OTS secondary index and how to use it, see Secondary index overview.
NOTE: Available since v1.187.0.
Example Usage
No Java example available.
Import
OTS secondary index can be imported using id, e.g.
$ pulumi import alicloud:ots/secondaryIndex:SecondaryIndex index1 <instance_name>:<table_name>:<index_name>:<index_type>
Content copied to clipboard