includedHeaders

@JvmName(name = "nxnfunflltbvybxh")
suspend fun includedHeaders(value: Output<List<String>>)
@JvmName(name = "wfcygcbetqhiluwp")
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 = "ysxfbhgargjgrows")
suspend fun includedHeaders(vararg values: Output<String>)


@JvmName(name = "phutdsgjihlxwjmc")
suspend fun includedHeaders(values: List<Output<String>>)
@JvmName(name = "iarxvlqrokojquiv")
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.