includeNamedCookies

@JvmName(name = "jbskmrxchhqsdpap")
suspend fun includeNamedCookies(value: Output<List<String>>)
@JvmName(name = "maktqrtvmqgmquut")
suspend fun includeNamedCookies(value: List<String>?)

Parameters

value

Allows HTTP cookies (by name) to be used in the cache key. The name=value pair will be used in the cache key Cloud CDN generates.


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


@JvmName(name = "nswlkksmoogjbloq")
suspend fun includeNamedCookies(values: List<Output<String>>)
@JvmName(name = "dbqubpqxryedqjtw")
suspend fun includeNamedCookies(vararg values: String)

Parameters

values

Allows HTTP cookies (by name) to be used in the cache key. The name=value pair will be used in the cache key Cloud CDN generates.