routingPolicy

@JvmName(name = "xigxfqqqrwwmmrlq")
suspend fun routingPolicy(value: Output<RRSetRoutingPolicyArgs>)
@JvmName(name = "fiapcahomiufqeba")
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 = "xniqemgmuqspesaa")
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.