TableArgs

constructor(autoScalingSpecifications: Output<TableAutoScalingSpecificationArgs>? = null, 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, replicaSpecifications: Output<List<TableReplicaSpecificationArgs>>? = null, tableName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)