EnvironmentVariableSetupArgs

data class EnvironmentVariableSetupArgs(val type: Output<String>, val variableName: Output<String>, val variableValue: Output<String>) : ConvertibleToJava<EnvironmentVariableSetupArgs>

The custom setup of setting environment variable.

Constructors

Link copied to clipboard
constructor(type: Output<String>, variableName: Output<String>, variableValue: Output<String>)

Properties

Link copied to clipboard
val type: Output<String>

The type of custom setup. Expected value is 'EnvironmentVariableSetup'.

Link copied to clipboard
val variableName: Output<String>

The name of the environment variable.

Link copied to clipboard
val variableValue: Output<String>

The value of the environment variable.

Functions

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