tests

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


@JvmName(name = "wymlrlccydtnaeio")
suspend fun tests(values: List<Output<RegionUrlMapTestArgs>>)
@JvmName(name = "ihqtcftjrhskxyvg")
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 = "qdbothuopmbijiax")
suspend fun tests(argument: List<suspend RegionUrlMapTestArgsBuilder.() -> Unit>)
@JvmName(name = "ihfnqmnmnsmerebh")
suspend fun tests(vararg argument: suspend RegionUrlMapTestArgsBuilder.() -> Unit)
@JvmName(name = "jigwgqpvysqlihxo")
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.