Table Args
fun TableArgs(billingMode: Output<TableBillingModeArgs>? = null, clientSideTimestampsEnabled: Output<Boolean>? = null, clusteringKeyColumns: Output<List<TableClusteringKeyColumnArgs>>? = null, defaultTimeToLive: Output<Int>? = null, encryptionSpecification: Output<TableEncryptionSpecificationArgs>? = null, keyspaceName: Output<String>? = null, partitionKeyColumns: Output<List<TableColumnArgs>>? = null, pointInTimeRecoveryEnabled: Output<Boolean>? = null, regularColumns: Output<List<TableColumnArgs>>? = null, tableName: Output<String>? = null, tags: Output<List<TableTagArgs>>? = null)