excludes

@JvmName(name = "lnxyigdrhgkjkwwy")
suspend fun excludes(value: Output<List<String>>)
@JvmName(name = "mhnajsqiuyajknue")
suspend fun excludes(value: List<String>?)

Parameters

value

Exclude these HTTP headers from Cache Key. Currently, only the Origin header can be excluded.


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


@JvmName(name = "svtmhdgvbubeljli")
suspend fun excludes(values: List<Output<String>>)
@JvmName(name = "bhltsojwhdevqcxw")
suspend fun excludes(vararg values: String)

Parameters

values

Exclude these HTTP headers from Cache Key. Currently, only the Origin header can be excluded.