toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.cosmosdb.kotlin.outputs
/
CassandraTableSchemaColumn
Cassandra
Table
Schema
Column
data
class
CassandraTableSchemaColumn
(
val
name
:
String
,
val
type
:
String
)
Members
Constructors
Cassandra
Table
Schema
Column
Link copied to clipboard
constructor
(
name
:
String
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
name
Link copied to clipboard
val
name
:
String
Name of the column to be created.
type
Link copied to clipboard
val
type
:
String
Type of the column to be created.