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