routingPolicy

@JvmName(name = "kqivpfiduliexmqs")
suspend fun routingPolicy(value: Output<RRSetRoutingPolicyArgs>)
@JvmName(name = "bdgdkcfemmiilfop")
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 = "wuvfntyssmmwdhcq")
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.