appSettingsOverrides

@JvmName(name = "kkppssefmtxdgyif")
suspend fun appSettingsOverrides(value: Output<Map<String, String>>)
@JvmName(name = "pnmqlfuijrcsvqyh")
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 = "dktrsgywrewkovlv")
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.