Table Args
data class TableArgs(val definedColumns: Output<List<TableDefinedColumnArgs>>? = null, val deviationCellVersionInSec: Output<String>? = null, val enableSse: Output<Boolean>? = null, val instanceName: Output<String>? = null, val maxVersion: Output<Int>? = null, val primaryKeys: Output<List<TablePrimaryKeyArgs>>? = null, val sseKeyType: Output<String>? = null, val tableName: Output<String>? = null, val timeToLive: Output<Int>? = null) : ConvertibleToJava<TableArgs>
Provides an OTS table resource.
NOTE: From Provider version 1.10.0, the provider field 'ots_instance_name' has been deprecated and you should use resource alicloud_ots_table's new field 'instance_name' and 'table_name' to re-import this resource. NOTE: Available since v1.9.2.
Example Usage
No Java example available.
Import
OTS table can be imported using id, e.g.
$ pulumi import alicloud:ots/table:Table table my-ots:ots_table
Content copied to clipboard
Constructors
Link copied to clipboard
fun TableArgs(definedColumns: Output<List<TableDefinedColumnArgs>>? = null, deviationCellVersionInSec: Output<String>? = null, enableSse: Output<Boolean>? = null, instanceName: Output<String>? = null, maxVersion: Output<Int>? = null, primaryKeys: Output<List<TablePrimaryKeyArgs>>? = null, sseKeyType: Output<String>? = null, tableName: Output<String>? = null, timeToLive: Output<Int>? = null)