Amazon CloudFront Construct Library
-
OriginRequestQueryStringBehavior.all()
All query strings in viewer requests are included in requests that CloudFront sends to the origin.
OriginRequestQueryStringBehavior.allowList(@NotNull String... queryStrings)
Only the provided queryStrings
are included in requests that CloudFront sends to the origin.
OriginRequestQueryStringBehavior.denyList(@NotNull String... queryStrings)
All query strings except the provided queryStrings
are included in requests that CloudFront sends to the origin.
The URL query strings from viewer requests to include in origin requests.
OriginRequestQueryStringBehavior.none()
Query strings in viewer requests are not included in requests that CloudFront sends to the origin.
The URL query strings from viewer requests to include in origin requests.