@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.266Z") @Stability(value=Experimental) public class CacheQueryStringBehavior extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
protected |
CacheQueryStringBehavior(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CacheQueryStringBehavior(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static CacheQueryStringBehavior |
all()
(experimental) 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 |
allowList(String... queryStrings)
(experimental) Only the provided `queryStrings` are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
static CacheQueryStringBehavior |
denyList(String... queryStrings)
(experimental) All query strings except the provided `queryStrings` are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
String |
getBehavior()
(experimental) The behavior of query strings -- allow all, none, only an allow list, or a deny list.
|
List<String> |
getQueryStrings()
(experimental) The query strings to allow or deny, if the behavior is an allow or deny list.
|
static CacheQueryStringBehavior |
none()
(experimental) 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.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected CacheQueryStringBehavior(software.amazon.jsii.JsiiObjectRef objRef)
protected CacheQueryStringBehavior(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public static CacheQueryStringBehavior all()
@Stability(value=Experimental) @NotNull public static CacheQueryStringBehavior allowList(@NotNull String... queryStrings)
queryStrings - This parameter is required.@Stability(value=Experimental) @NotNull public static CacheQueryStringBehavior denyList(@NotNull String... queryStrings)
queryStrings - This parameter is required.@Stability(value=Experimental) @NotNull public static CacheQueryStringBehavior none()
@Stability(value=Experimental) @NotNull public String getBehavior()
Copyright © 2021. All rights reserved.