headers

@JvmName(name = "kxicccdrvikddmfk")
suspend fun headers(value: Output<List<HttpRouteRuleMatchHeaderArgs>>)
@JvmName(name = "pbtrtguwbipinvjc")
suspend fun headers(value: List<HttpRouteRuleMatchHeaderArgs>?)

Parameters

value

Specifies a list of HTTP request headers to match against. Structure is documented below.


@JvmName(name = "xkypefmodraaravd")
suspend fun headers(vararg values: Output<HttpRouteRuleMatchHeaderArgs>)


@JvmName(name = "ynpvbfirxgoqwype")
suspend fun headers(values: List<Output<HttpRouteRuleMatchHeaderArgs>>)
@JvmName(name = "wgetkmerctrkhxwp")
suspend fun headers(vararg values: HttpRouteRuleMatchHeaderArgs)

Parameters

values

Specifies a list of HTTP request headers to match against. Structure is documented below.


@JvmName(name = "vgmfrmaxoahsislu")
suspend fun headers(argument: List<suspend HttpRouteRuleMatchHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "dfcewkhjergagnsh")
suspend fun headers(vararg argument: suspend HttpRouteRuleMatchHeaderArgsBuilder.() -> Unit)
@JvmName(name = "rrkkcnbyojafewbb")
suspend fun headers(argument: suspend HttpRouteRuleMatchHeaderArgsBuilder.() -> Unit)

Parameters

argument

Specifies a list of HTTP request headers to match against. Structure is documented below.