TypeArgs

data class TypeArgs(val fields: Output<List<TypeFieldArgs>>? = null, val keyspaceName: Output<String>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<TypeArgs>

Resource schema for AWS::Cassandra::Type

Constructors

Link copied to clipboard
constructor(fields: Output<List<TypeFieldArgs>>? = null, keyspaceName: Output<String>? = null, typeName: Output<String>? = null)

Properties

Link copied to clipboard
val fields: Output<List<TypeFieldArgs>>? = null

Field definitions of the User-Defined Type

Link copied to clipboard
val keyspaceName: Output<String>? = null

Name of the Keyspace which contains the User-Defined Type.

Link copied to clipboard
val typeName: Output<String>? = null

Name of the User-Defined Type.

Functions

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