excludedCookies

@JvmName(name = "hnkyrujcltgdnmwi")
suspend fun excludedCookies(value: Output<List<String>>)
@JvmName(name = "owrnwseeuomfqvqv")
suspend fun excludedCookies(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "jixniwioalfqaouo")
suspend fun excludedCookies(values: List<Output<String>>)
@JvmName(name = "guaqowjjlbftbqbt")
suspend fun excludedCookies(vararg values: String)

Parameters

values

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