TableArgs

constructor(allowUpdate: Output<Boolean>? = null, 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, sseKeyId: Output<String>? = null, sseKeyType: Output<String>? = null, sseRoleArn: Output<String>? = null, tableName: Output<String>? = null, timeToLive: Output<Int>? = null)