SchemaPropertiesArgs

data class SchemaPropertiesArgs(val compositePartitionKey: Output<List<TablePartitionKeyArgs>>? = null) : ConvertibleToJava<SchemaPropertiesArgs>

A Schema specifies the expected data model of the table.

Constructors

Link copied to clipboard
fun SchemaPropertiesArgs(compositePartitionKey: Output<List<TablePartitionKeyArgs>>? = null)

Functions

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

Properties

Link copied to clipboard