appSettingsOverrides

@JvmName(name = "yejiqdbeyeqqjlew")
suspend fun appSettingsOverrides(value: Output<Map<String, String>>)
@JvmName(name = "iwjddpdcxdytfjnx")
suspend fun appSettingsOverrides(value: Map<String, String>?)

Parameters

value

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.


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

Parameters

values

Application setting overrides for cloned app. If specified, these settings override the settings cloned from source app. Otherwise, application settings from source app are retained.