locations

@JvmName(name = "noabvfsvvmmsrjcb")
suspend fun locations(value: Output<List<String>>)
@JvmName(name = "mapbsclswvvsncet")
suspend fun locations(value: List<String>?)

Parameters

value

An optional set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.


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


@JvmName(name = "osgpumtqktkjtadr")
suspend fun locations(values: List<Output<String>>)
@JvmName(name = "lgqegqfytcqyxmha")
suspend fun locations(vararg values: String)

Parameters

values

An optional set of locations to which this SLI is relevant. Telemetry from other locations will not be used to calculate performance for this SLI. If omitted, this SLI applies to all locations in which the Service has activity. For service types that don't support breaking down by location, setting this field will result in an error.