routingPolicy

@JvmName(name = "tkojxmvmnmfpblwb")
suspend fun routingPolicy(value: Output<RecordSetRoutingPolicyArgs>)
@JvmName(name = "pfihlbjpjehkmdfi")
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 = "djksnfnhqxqvyjyb")
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.