| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CacheQueryStringBehavior |
CacheQueryStringBehavior.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 CacheQueryStringBehavior |
CacheQueryStringBehavior.allowList(String... queryStrings)
Only the provided `queryStrings` are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
static CacheQueryStringBehavior |
CacheQueryStringBehavior.denyList(String... queryStrings)
All query strings except the provided `queryStrings` are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
default CacheQueryStringBehavior |
CachePolicyProps.getQueryStringBehavior()
Determines whether any query strings are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
CacheQueryStringBehavior |
CachePolicyProps.Jsii$Proxy.getQueryStringBehavior() |
static CacheQueryStringBehavior |
CacheQueryStringBehavior.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.
|
| Modifier and Type | Method and Description |
|---|---|
CachePolicy.Builder |
CachePolicy.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 |
CachePolicyProps.Builder.queryStringBehavior(CacheQueryStringBehavior queryStringBehavior)
Sets the value of
CachePolicyProps.getQueryStringBehavior() |
Copyright © 2022. All rights reserved.