customizedKeys

@JvmName(name = "mcrfygfvpqydimmt")
suspend fun customizedKeys(value: Output<Map<String, String>>)
@JvmName(name = "bakitbpqaovuvwtk")
suspend fun customizedKeys(value: Map<String, String>?)

Parameters

value

Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations


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

Parameters

values

Optional. A dictionary of default key name and customized key name mapping. If not specified, default key name will be used for generate configurations