| Package | Description |
|---|---|
| software.amazon.awscdk.services.cloudfront |
Amazon CloudFront Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static OriginRequestQueryStringBehavior |
OriginRequestQueryStringBehavior.all()
(experimental) All query strings in viewer requests are included in requests that CloudFront sends to the origin.
|
static OriginRequestQueryStringBehavior |
OriginRequestQueryStringBehavior.allowList(String... queryStrings)
(experimental) Only the provided `queryStrings` are included in requests that CloudFront sends to the origin.
|
default OriginRequestQueryStringBehavior |
OriginRequestPolicyProps.getQueryStringBehavior()
(experimental) The URL query strings from viewer requests to include in origin requests.
|
OriginRequestQueryStringBehavior |
OriginRequestPolicyProps.Jsii$Proxy.getQueryStringBehavior() |
static OriginRequestQueryStringBehavior |
OriginRequestQueryStringBehavior.none()
(experimental) Query strings in viewer requests are not included in requests that CloudFront sends to the origin.
|
| Modifier and Type | Method and Description |
|---|---|
OriginRequestPolicyProps.Builder |
OriginRequestPolicyProps.Builder.queryStringBehavior(OriginRequestQueryStringBehavior queryStringBehavior)
Sets the value of
OriginRequestPolicyProps.getQueryStringBehavior() |
OriginRequestPolicy.Builder |
OriginRequestPolicy.Builder.queryStringBehavior(OriginRequestQueryStringBehavior queryStringBehavior)
(experimental) The URL query strings from viewer requests to include in origin requests.
|
| Constructor and Description |
|---|
Jsii$Proxy(String comment,
OriginRequestCookieBehavior cookieBehavior,
OriginRequestHeaderBehavior headerBehavior,
String originRequestPolicyName,
OriginRequestQueryStringBehavior queryStringBehavior)
Constructor that initializes the object based on literal property values passed by the
OriginRequestPolicyProps.Builder. |
Copyright © 2021. All rights reserved.