tests

@JvmName(name = "dxwmwomwngtobnad")
suspend fun tests(value: Output<List<RegionUrlMapTestArgs>>)
@JvmName(name = "cjtmpxcoophpuwhf")
suspend fun tests(value: List<RegionUrlMapTestArgs>?)

Parameters

value

The list of expected URL mappings. Requests to update this UrlMap will succeed only if all of the test cases pass. Structure is documented below.


@JvmName(name = "udgajpfxahguhlxh")
suspend fun tests(vararg values: Output<RegionUrlMapTestArgs>)


@JvmName(name = "xkaehhvydnuvhmdc")
suspend fun tests(values: List<Output<RegionUrlMapTestArgs>>)
@JvmName(name = "dixwywdsbuwieqjr")
suspend fun tests(vararg values: RegionUrlMapTestArgs)

Parameters

values

The list of expected URL mappings. Requests to update this UrlMap will succeed only if all of the test cases pass. Structure is documented below.


@JvmName(name = "uurjmbhosfnpliov")
suspend fun tests(argument: List<suspend RegionUrlMapTestArgsBuilder.() -> Unit>)
@JvmName(name = "jxhbttsmybwjjtwi")
suspend fun tests(vararg argument: suspend RegionUrlMapTestArgsBuilder.() -> Unit)
@JvmName(name = "iqdgdyshmlkrwyqg")
suspend fun tests(argument: suspend RegionUrlMapTestArgsBuilder.() -> Unit)

Parameters

argument

The list of expected URL mappings. Requests to update this UrlMap will succeed only if all of the test cases pass. Structure is documented below.