Uses of Class
software.amazon.awscdk.services.cloudfront.CacheCookieBehavior
Packages that use CacheCookieBehavior
-
Uses of CacheCookieBehavior in software.amazon.awscdk.services.cloudfront
Methods in software.amazon.awscdk.services.cloudfront that return CacheCookieBehaviorModifier and TypeMethodDescriptionstatic CacheCookieBehaviorCacheCookieBehavior.all()All cookies in viewer requests are included in the cache key and are automatically included in requests that CloudFront sends to the origin.static CacheCookieBehaviorOnly the providedcookiesare included in the cache key and automatically included in requests that CloudFront sends to the origin.static CacheCookieBehaviorAll cookies except the providedcookiesare included in the cache key and automatically included in requests that CloudFront sends to the origin.default CacheCookieBehaviorCachePolicyProps.getCookieBehavior()Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin.final CacheCookieBehaviorCachePolicyProps.Jsii$Proxy.getCookieBehavior()static CacheCookieBehaviorCacheCookieBehavior.none()Cookies 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 CacheCookieBehaviorModifier and TypeMethodDescriptionCachePolicy.Builder.cookieBehavior(CacheCookieBehavior cookieBehavior) Determines whether any cookies in viewer requests are included in the cache key and automatically included in requests that CloudFront sends to the origin.CachePolicyProps.Builder.cookieBehavior(CacheCookieBehavior cookieBehavior) Sets the value ofCachePolicyProps.getCookieBehavior()