/** *
A complex type that specifies whether you want CloudFront to forward cookies to the origin and, if so, which ones. For more information about forwarding cookies to the origin, see Caching Content Based on Request Headers in the Amazon CloudFront Developer Guide.
*/ export interface _CookieNames { /** *The number of different cookies that you want CloudFront to forward to the origin for this cache behavior.
*/ Quantity: number; /** *A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior.
A complex type that contains one Name element for each cookie that you want CloudFront to forward to the origin for this cache behavior.