environmentVariables

@JvmName(name = "wdhxltckaaktdqie")
suspend fun environmentVariables(value: Output<List<BranchEnvironmentVariableArgs>>)
@JvmName(name = "weqonptvoctkxner")
suspend fun environmentVariables(value: List<BranchEnvironmentVariableArgs>?)

Parameters

value

The environment variables for the branch.


@JvmName(name = "yiqslfhlxghhtibg")
suspend fun environmentVariables(vararg values: Output<BranchEnvironmentVariableArgs>)


@JvmName(name = "jwmerslbeacebxpn")
suspend fun environmentVariables(values: List<Output<BranchEnvironmentVariableArgs>>)
@JvmName(name = "xhkrejnktttrvmab")
suspend fun environmentVariables(vararg values: BranchEnvironmentVariableArgs)

Parameters

values

The environment variables for the branch.


@JvmName(name = "uwwfxioytajqwqgs")
suspend fun environmentVariables(argument: List<suspend BranchEnvironmentVariableArgsBuilder.() -> Unit>)
@JvmName(name = "hhhfxxolsaemqave")
suspend fun environmentVariables(vararg argument: suspend BranchEnvironmentVariableArgsBuilder.() -> Unit)
@JvmName(name = "qnhaypfhmcaeflac")
suspend fun environmentVariables(argument: suspend BranchEnvironmentVariableArgsBuilder.() -> Unit)

Parameters

argument

The environment variables for the branch.