selectedRegions

@JvmName(name = "ihncbiorunehjrhe")
suspend fun selectedRegions(value: Output<List<String>>)
@JvmName(name = "oyhfydbtealyhied")
suspend fun selectedRegions(value: List<String>?)

Parameters

value

The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions to include a minimum of 3 locations must be provided, or an error message is returned. Not specifying this field will result in uptime checks running from all regions.


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


@JvmName(name = "vqwtqoqgruabtoug")
suspend fun selectedRegions(values: List<Output<String>>)
@JvmName(name = "eypxdvpjqdopaaia")
suspend fun selectedRegions(vararg values: String)

Parameters

values

The list of regions from which the check will be run. Some regions contain one location, and others contain more than one. If this field is specified, enough regions to include a minimum of 3 locations must be provided, or an error message is returned. Not specifying this field will result in uptime checks running from all regions.