Cassandra Schema Args
data class CassandraSchemaArgs(val clusterKeys: Output<List<ClusterKeyArgs>>? = null, val columns: Output<List<ColumnArgs>>? = null, val partitionKeys: Output<List<CassandraPartitionKeyArgs>>? = null) : ConvertibleToJava<CassandraSchemaArgs>
Cosmos DB Cassandra table schema
Constructors
Link copied to clipboard
constructor(clusterKeys: Output<List<ClusterKeyArgs>>? = null, columns: Output<List<ColumnArgs>>? = null, partitionKeys: Output<List<CassandraPartitionKeyArgs>>? = null)