EnabledControlParameterArgs

data class EnabledControlParameterArgs(val key: Output<String>, val value: Output<Any>) : ConvertibleToJava<EnabledControlParameterArgs>

Constructors

Link copied to clipboard
constructor(key: Output<String>, value: Output<Any>)

Properties

Link copied to clipboard
val key: Output<String>

The key of a key/value pair. It is of type string .

Link copied to clipboard
val value: Output<Any>

The value of a key/value pair. It can be of type array , string , number , object , or boolean . Note: The *Type* field that follows may show a single type such as Number, which is only one possible type.

Functions

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