excludes

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


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

Parameters

values

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