commonEnvironmentProperties

@JvmName(name = "qgcwsgmyoukjvqsm")
suspend fun commonEnvironmentProperties(value: Output<Map<String, String>>)
@JvmName(name = "aaxgadedrqgvdikv")
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 = "fjdikdkfkpfiphmx")
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.