Cassandra Table Schema Args
data class CassandraTableSchemaArgs(val clusterKeys: Output<List<CassandraTableSchemaClusterKeyArgs>>? = null, val columns: Output<List<CassandraTableSchemaColumnArgs>>, val partitionKeys: Output<List<CassandraTableSchemaPartitionKeyArgs>>) : ConvertibleToJava<CassandraTableSchemaArgs>
Constructors
Link copied to clipboard
constructor(clusterKeys: Output<List<CassandraTableSchemaClusterKeyArgs>>? = null, columns: Output<List<CassandraTableSchemaColumnArgs>>, partitionKeys: Output<List<CassandraTableSchemaPartitionKeyArgs>>)