CassandraTableSchemaArgs

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>>)

Properties

Link copied to clipboard

One or more cluster_key blocks as defined below.

Link copied to clipboard

One or more column blocks as defined below.

Link copied to clipboard

One or more partition_key blocks as defined below.

Functions

Link copied to clipboard
open override fun toJava(): CassandraTableSchemaArgs