commonEnvironmentProperties

@JvmName(name = "xgvctcyyabdhvjky")
suspend fun commonEnvironmentProperties(value: Output<Map<String, String>>)
@JvmName(name = "tawurpyaxllqwkla")
suspend fun commonEnvironmentProperties(value: Map<String, String>?)

Parameters

value

A map of strings (key,value) that represents the environment variables to set in the start task.


@JvmName(name = "lflqhkyfjhsspewu")
fun commonEnvironmentProperties(vararg values: Pair<String, String>)

Parameters

values

A map of strings (key,value) that represents the environment variables to set in the start task.