location

@JvmName(name = "kcthwwwmptuwtvjb")
suspend fun location(value: Output<List<String>>)
@JvmName(name = "yobtpqhxlwswndye")
suspend fun location(value: List<String>?)

Parameters

value

OPTIONAL: The 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 = "kixpmycjihjnhiun")
suspend fun location(vararg values: Output<String>)


@JvmName(name = "dwosahgdrevikita")
suspend fun location(values: List<Output<String>>)
@JvmName(name = "upudgvhttvveqhlj")
suspend fun location(vararg values: String)

Parameters

values

OPTIONAL: The 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.