Table Schema Composite Partition Key Args
data class TableSchemaCompositePartitionKeyArgs(val enforcementInRecord: Output<String>? = null, val name: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<TableSchemaCompositePartitionKeyArgs>
Constructors
Link copied to clipboard
fun TableSchemaCompositePartitionKeyArgs(enforcementInRecord: Output<String>? = null, name: Output<String>? = null, type: Output<String>)