Uses of Class
software.amazon.awscdk.services.cloudfront.CacheQueryStringBehavior
Packages that use CacheQueryStringBehavior
-
Uses of CacheQueryStringBehavior in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return CacheQueryStringBehaviorModifier and TypeMethodDescriptionstatic CacheQueryStringBehaviorCacheQueryStringBehavior.all()All query strings in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.static CacheQueryStringBehaviorOnly the providedqueryStringsare included in the cache key and automatically included in requests that CloudFront sends to the origin.static CacheQueryStringBehaviorAll query strings except the providedqueryStringsare included in the cache key and automatically included in requests that CloudFront sends to the origin.default CacheQueryStringBehaviorCachePolicyProps.getQueryStringBehavior()Determines whether any query strings are included in the cache key and automatically included in requests that CloudFront sends to the origin.final CacheQueryStringBehaviorCachePolicyProps.Jsii$Proxy.getQueryStringBehavior()static CacheQueryStringBehaviorCacheQueryStringBehavior.none()Query strings in viewer requests are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin.Methods in software.amazon.awscdk.services.cloudfront with parameters of type CacheQueryStringBehaviorModifier and TypeMethodDescriptionCachePolicy.Builder.queryStringBehavior(CacheQueryStringBehavior queryStringBehavior) Determines whether any query strings are included in the cache key and automatically included in requests that CloudFront sends to the origin.CachePolicyProps.Builder.queryStringBehavior(CacheQueryStringBehavior queryStringBehavior) Sets the value ofCachePolicyProps.getQueryStringBehavior()