geolocationRoutingPolicies

@JvmName(name = "sjtxaofvlyiifmjc")
suspend fun geolocationRoutingPolicies(value: Output<List<RecordGeolocationRoutingPolicyArgs>>)
@JvmName(name = "crfgoirlaammxpll")
suspend fun geolocationRoutingPolicies(value: List<RecordGeolocationRoutingPolicyArgs>?)

Parameters

value

A block indicating a routing policy based on the geolocation of the requestor. Conflicts with any other routing policy. Documented below.


@JvmName(name = "edogkesvbvuyukgq")
suspend fun geolocationRoutingPolicies(vararg values: Output<RecordGeolocationRoutingPolicyArgs>)


@JvmName(name = "yrbacffdcjkkqiws")
suspend fun geolocationRoutingPolicies(values: List<Output<RecordGeolocationRoutingPolicyArgs>>)
@JvmName(name = "ylwqyturyxsouhlx")
suspend fun geolocationRoutingPolicies(vararg values: RecordGeolocationRoutingPolicyArgs)

Parameters

values

A block indicating a routing policy based on the geolocation of the requestor. Conflicts with any other routing policy. Documented below.


@JvmName(name = "jbhhgaiiclchxjkc")
suspend fun geolocationRoutingPolicies(argument: List<suspend RecordGeolocationRoutingPolicyArgsBuilder.() -> Unit>)
@JvmName(name = "bqepargaoiktengd")
suspend fun geolocationRoutingPolicies(vararg argument: suspend RecordGeolocationRoutingPolicyArgsBuilder.() -> Unit)
@JvmName(name = "gldirdxyyrswcghp")
suspend fun geolocationRoutingPolicies(argument: suspend RecordGeolocationRoutingPolicyArgsBuilder.() -> Unit)

Parameters

argument

A block indicating a routing policy based on the geolocation of the requestor. Conflicts with any other routing policy. Documented below.