EnvironmentProfileUserParameterArgs

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

Constructors

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

Properties

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

Name of the environment profile parameter.

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

Value of the environment profile parameter.

Functions

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