TableArgs

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)