routingPolicy

@JvmName(name = "ciunydsesjmnbifc")
suspend fun routingPolicy(value: Output<RecordSetRoutingPolicyArgs>)
@JvmName(name = "bxvykswpsxnugoyu")
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 = "kqyrvrjbxpqvufiq")
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.