excludes

@JvmName(name = "yihkhnjrdaxhfinv")
suspend fun excludes(value: Output<List<String>>)
@JvmName(name = "njecsgulxhqwxrjd")
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 = "rmljfnoajptmnktb")
suspend fun excludes(vararg values: Output<String>)


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

Parameters

values

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