queryStringBehavior property
Determines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:
-
none– Query strings in viewer requests are not included in requests that CloudFront sends to the origin. Even when this field is set tonone, any query strings that are listed in aCachePolicyare included in origin requests. -
whitelist– The query strings in viewer requests that are listed in theQueryStringNamestype are included in requests that CloudFront sends to the origin. -
all– All query strings in viewer requests are included in requests that CloudFront sends to the origin.
Implementation
final OriginRequestPolicyQueryStringBehavior queryStringBehavior;