ConnectionPropertyArgs

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

Constructors

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

Functions

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

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.