routingPolicy

@JvmName(name = "yjnqidaynluqpfrf")
suspend fun routingPolicy(value: Output<RRSetRoutingPolicyArgs>)
@JvmName(name = "eegllueqwcticgkf")
suspend fun routingPolicy(value: RRSetRoutingPolicyArgs?)

Parameters

value

Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.


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

Parameters

argument

Configures dynamic query responses based on geo location of querying user or a weighted round robin based routing policy. A ResourceRecordSet should only have either rrdata (static) or routing_policy (dynamic). An error is returned otherwise.