excludedHeaders

@JvmName(name = "jlypfiqbmygbycec")
suspend fun excludedHeaders(value: Output<List<String>>)
@JvmName(name = "frgesmkggimbeahc")
suspend fun excludedHeaders(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "kpbqdcqyvkefabdi")
suspend fun excludedHeaders(values: List<Output<String>>)
@JvmName(name = "dmvxsvcmsnddpksi")
suspend fun excludedHeaders(vararg values: String)

Parameters

values

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