items property

List<String>? items
final

A list that contains the query string parameters that you want CloudFront to use as a basis for caching for a cache behavior. If Quantity is 0, you can omit Items.

Implementation

final List<String>? items;