selectedRegions

@JvmName(name = "nqbghogbayufbfvq")
suspend fun selectedRegions(value: Output<List<UptimeCheckConfigSelectedRegionsItem>>)
@JvmName(name = "alkgdrrxavwnjobk")
suspend fun selectedRegions(value: List<UptimeCheckConfigSelectedRegionsItem>?)

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 must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.


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


@JvmName(name = "jljwlprbgkxnghpa")
suspend fun selectedRegions(values: List<Output<UptimeCheckConfigSelectedRegionsItem>>)
@JvmName(name = "nmahrkdtauoufgcd")
suspend fun selectedRegions(vararg values: UptimeCheckConfigSelectedRegionsItem)

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 must be provided to include a minimum of 3 locations. Not specifying this field will result in Uptime checks running from all available regions.