excludedHeaders

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

Parameters

value

Inspect only the headers whose keys don't match any of the strings specified here.


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


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

Parameters

values

Inspect only the headers whose keys don't match any of the strings specified here.