CookiesArgs

data class CookiesArgs(val forward: Output<String>? = null, val whitelistedNames: Output<List<String>>? = null) : ConvertibleToJava<CookiesArgs>

Definition of Cookies

Constructors

Link copied to clipboard
constructor(forward: Output<String>? = null, whitelistedNames: Output<List<String>>? = null)

Properties

Link copied to clipboard
val forward: Output<String>? = null

This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field. If you want to include cookies in the cache key, use a cache policy. For more information, see Creating cache policies in the Amazon CloudFront Developer Guide. If you want to send cookies to the origin but not include them in the cache key, use origin request policy. For more information, see Creating origin request policies in the Amazon CloudFront Developer Guide. Specifies which cookies to forward to the origin for this cache behavior: all, none, or the list of cookies specified in the `WhitelistedNames` complex type. Amazon S3 doesn't process cookies. When the cache behavior is forwarding requests to an Amazon S3 origin, specify none for the `Forward` element.

Link copied to clipboard
val whitelistedNames: Output<List<String>>? = null

This field is deprecated. We recommend that you use a cache policy or an origin request policy instead of this field. If you want to include cookies in the cache key, use a cache policy. For more information, see Creating cache policies in the Amazon CloudFront Developer Guide. If you want to send cookies to the origin but not include them in the cache key, use an origin request policy. For more information, see Creating origin request policies in the Amazon CloudFront Developer Guide.

Functions

Link copied to clipboard
open override fun toJava(): CookiesArgs