SqlContainerUniqueKeyArgs

data class SqlContainerUniqueKeyArgs(val paths: Output<List<String>>) : ConvertibleToJava<SqlContainerUniqueKeyArgs>

Constructors

Link copied to clipboard
constructor(paths: Output<List<String>>)

Properties

Link copied to clipboard
val paths: Output<List<String>>

A list of paths to use for this unique key. Changing this forces a new resource to be created.

Functions

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