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