headerMatches

@JvmName(name = "lvbrpsdevsbafyrx")
suspend fun headerMatches(value: Output<List<URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs>>)
@JvmName(name = "avlbbhhdqiubitnq")
suspend fun headerMatches(value: List<URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs>?)

Parameters

value

Specifies a list of header match criteria, all of which must match corresponding headers in the request. Structure is documented below.


@JvmName(name = "rrtqcydfnwtfambv")
suspend fun headerMatches(vararg values: Output<URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs>)


@JvmName(name = "sbyxlqyjtbinmoey")
suspend fun headerMatches(values: List<Output<URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs>>)
@JvmName(name = "vqegfeiwodehbpwn")
suspend fun headerMatches(vararg values: URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs)

Parameters

values

Specifies a list of header match criteria, all of which must match corresponding headers in the request. Structure is documented below.


@JvmName(name = "fmfvhthfwgkmvgrc")
suspend fun headerMatches(argument: List<suspend URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgsBuilder.() -> Unit>)
@JvmName(name = "vccuefcfdtegyspj")
suspend fun headerMatches(vararg argument: suspend URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgsBuilder.() -> Unit)
@JvmName(name = "mwlculvfrhaybfbk")
suspend fun headerMatches(argument: suspend URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgsBuilder.() -> Unit)

Parameters

argument

Specifies a list of header match criteria, all of which must match corresponding headers in the request. Structure is documented below.