checkRegions

@JvmName(name = "kwgvbnexsglltkgh")
suspend fun checkRegions(value: Output<List<String>>)
@JvmName(name = "hkryhhprvfnficqh")
suspend fun checkRegions(value: List<String>?)

Parameters

value

A list of regions (specified by region code) from which to run health checks. Empty means every Cloudflare data center (the default), but requires an Enterprise plan. Region codes can be found here.


@JvmName(name = "yysmjyhgmftfxswm")
suspend fun checkRegions(vararg values: Output<String>)


@JvmName(name = "bonwoowfjfalfjbx")
suspend fun checkRegions(values: List<Output<String>>)
@JvmName(name = "qotmuhokwtmwmlmg")
suspend fun checkRegions(vararg values: String)

Parameters

values

A list of regions (specified by region code) from which to run health checks. Empty means every Cloudflare data center (the default), but requires an Enterprise plan. Region codes can be found here.