InstanceParameterArgs

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

Constructors

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

Properties

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

Field parameters has been deprecated from provider version 1.101.0 and config instead.

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

Field parameters has been deprecated from provider version 1.101.0 and config instead.

Functions

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