tests

@JvmName(name = "upnkjfrfpinttcdc")
suspend fun tests(value: Output<List<RegionUrlMapTestArgs>>)
@JvmName(name = "wvlicekcbscostep")
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 = "fcalclhvwphegbqq")
suspend fun tests(vararg values: Output<RegionUrlMapTestArgs>)


@JvmName(name = "ivkcsqcsnbpoljuj")
suspend fun tests(values: List<Output<RegionUrlMapTestArgs>>)
@JvmName(name = "tmafvdkpcjujtyfu")
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 = "jpkkwbpcoghjbkmy")
suspend fun tests(argument: List<suspend RegionUrlMapTestArgsBuilder.() -> Unit>)
@JvmName(name = "uyosbpojfmgfjjsl")
suspend fun tests(vararg argument: suspend RegionUrlMapTestArgsBuilder.() -> Unit)
@JvmName(name = "uwfyrshyoratimue")
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.