FactoryGlobalParameterArgs

data class FactoryGlobalParameterArgs(val name: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<FactoryGlobalParameterArgs>

Constructors

Link copied to clipboard
constructor(name: Output<String>, type: Output<String>, value: Output<String>)

Properties

Link copied to clipboard
val name: Output<String>

Specifies the global parameter name.

Link copied to clipboard
val type: Output<String>

Specifies the global parameter type. Possible Values are Array, Bool, Float, Int, Object or String.

Link copied to clipboard
val value: Output<String>

Specifies the global parameter value.

Functions

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