routingPolicy

@JvmName(name = "owbotxywwgygiuce")
suspend fun routingPolicy(value: Output<RecordSetRoutingPolicyArgs>)
@JvmName(name = "aprwjcdmmgbyxjbo")
suspend fun routingPolicy(value: RecordSetRoutingPolicyArgs?)

Parameters

value

The configuration for steering traffic based on query. Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type. Structure is documented below.


@JvmName(name = "sninqxwrypacpsud")
suspend fun routingPolicy(argument: suspend RecordSetRoutingPolicyArgsBuilder.() -> Unit)

Parameters

argument

The configuration for steering traffic based on query. Now you can specify either Weighted Round Robin(WRR) type or Geolocation(GEO) type. Structure is documented below.