WebTestGeolocationArgs

data class WebTestGeolocationArgs(val location: Output<String>? = null) : ConvertibleToJava<WebTestGeolocationArgs>

Geo-physical location to run a WebTest from. You must specify one or more locations for the test to run from.

Constructors

Link copied to clipboard
constructor(location: Output<String>? = null)

Properties

Link copied to clipboard
val location: Output<String>? = null

Location ID for the WebTest to run from.

Functions

Link copied to clipboard
open override fun toJava(): WebTestGeolocationArgs