TableCommentArgs

data class TableCommentArgs(val message: Output<String>? = null) : ConvertibleToJava<TableCommentArgs>

Constructors

Link copied to clipboard
constructor(message: Output<String>? = null)

Properties

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

A description of the table.

Functions

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