includedHeaders

@JvmName(name = "qoqmilrplncpthct")
suspend fun includedHeaders(value: Output<List<String>>)
@JvmName(name = "ouueymkvlukvrtkf")
suspend fun includedHeaders(value: List<String>?)

Parameters

value

An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.


@JvmName(name = "nwqptbhncurlwkdg")
suspend fun includedHeaders(vararg values: Output<String>)


@JvmName(name = "bpnrlsvdsrrwuuoi")
suspend fun includedHeaders(values: List<Output<String>>)
@JvmName(name = "gpxgqwqapbkefqux")
suspend fun includedHeaders(vararg values: String)

Parameters

values

An array of strings that will be used for inspecting headers that have a key that matches one of the provided values.