items property
A complex type that contains one Name
element for each cookie
that you want CloudFront to forward to the origin for this cache behavior.
It must contain the same number of items that is specified in the
Quantity
field.
When you set Forward = whitelist
(in the
CookiePreferences
object), this field must contain at least one
item.
Implementation
final List<String>? items;