headers

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

Parameters

value

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


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


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

Parameters

values

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


@JvmName(name = "mnetuylicdwtnfls")
suspend fun headers(argument: List<suspend HttpRouteRuleMatchHeaderArgsBuilder.() -> Unit>)
@JvmName(name = "stvdtuvdlsnscyac")
suspend fun headers(vararg argument: suspend HttpRouteRuleMatchHeaderArgsBuilder.() -> Unit)
@JvmName(name = "kralmstuykprcvju")
suspend fun headers(argument: suspend HttpRouteRuleMatchHeaderArgsBuilder.() -> Unit)

Parameters

argument

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