quantity property
The number of HTTP methods that you want CloudFront to forward to your
origin. Valid values are 2 (for GET
and HEAD
requests), 3 (for GET
, HEAD
, and
OPTIONS
requests) and 7 (for GET, HEAD, OPTIONS, PUT,
PATCH, POST
, and DELETE
requests).
Implementation
final int quantity;