ConnectionPropertyArgs

data class ConnectionPropertyArgs(val key: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ConnectionPropertyArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>? = null, value: Output<String>? = null)

Properties

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

Required Name of the connection property to set.

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

Required Value of the connection property.

Functions

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