renamedServices

@JvmName(name = "pgadkshoxjworcrc")
suspend fun renamedServices(value: Output<Map<String, String>>)
@JvmName(name = "xkjywhcblrqnayqi")
suspend fun renamedServices(value: Map<String, String>?)

Parameters

value

Map from original service names to renamed versions. This is used when the default generated types would cause a naming conflict. (Neither name is fully-qualified.) Example: Subscriber to SubscriberServiceApi.


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

Parameters

values

Map from original service names to renamed versions. This is used when the default generated types would cause a naming conflict. (Neither name is fully-qualified.) Example: Subscriber to SubscriberServiceApi.