GremlinGraphUniqueKeyArgs

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

Constructors

Link copied to clipboard

Functions

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

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.