@Stability(value=Stable) @Internal public static final class CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty
CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty.Builder, CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCachePolicy.CachePolicyConfigProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCookiesConfig()
An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
Object |
getEnableAcceptEncodingBrotli()
A flag that can affect whether the `Accept-Encoding` HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.
|
Object |
getEnableAcceptEncodingGzip()
A flag that can affect whether the `Accept-Encoding` HTTP header is included in the cache key and included in requests that CloudFront sends to the origin.
|
Object |
getHeadersConfig()
An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
Object |
getQueryStringsConfig()
An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty.Builder builder)
CfnCachePolicy.CachePolicyConfigProperty.Builder.public final Object getCookiesConfig()
CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertygetCookiesConfig in interface CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertypublic final Object getEnableAcceptEncodingGzip()
CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty
This field is related to the EnableAcceptEncodingBrotli field. If one or both of these fields is true and the viewer request includes the Accept-Encoding header, then CloudFront does the following:
Accept-Encoding headerFor more information, see Compression support in the Amazon CloudFront Developer Guide .
If you set this value to true , and this cache behavior also has an origin request policy attached, do not include the Accept-Encoding header in the origin request policy. CloudFront always includes the Accept-Encoding header in origin requests when the value of this field is true , so including this header in an origin request policy has no effect.
If both of these fields are false , then CloudFront treats the Accept-Encoding header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache key and it’s not included in origin requests. In this case, you can manually add Accept-Encoding to the headers whitelist like any other HTTP header.
getEnableAcceptEncodingGzip in interface CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertypublic final Object getHeadersConfig()
CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertygetHeadersConfig in interface CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertypublic final Object getQueryStringsConfig()
CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertygetQueryStringsConfig in interface CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginPropertypublic final Object getEnableAcceptEncodingBrotli()
CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty
This field is related to the EnableAcceptEncodingGzip field. If one or both of these fields is true and the viewer request includes the Accept-Encoding header, then CloudFront does the following:
Accept-Encoding headerFor more information, see Compression support in the Amazon CloudFront Developer Guide .
If you set this value to true , and this cache behavior also has an origin request policy attached, do not include the Accept-Encoding header in the origin request policy. CloudFront always includes the Accept-Encoding header in origin requests when the value of this field is true , so including this header in an origin request policy has no effect.
If both of these fields are false , then CloudFront treats the Accept-Encoding header the same as any other HTTP header in the viewer request. By default, it’s not included in the cache key and it’s not included in origin requests. In this case, you can manually add Accept-Encoding to the headers whitelist like any other HTTP header.
getEnableAcceptEncodingBrotli in interface CfnCachePolicy.ParametersInCacheKeyAndForwardedToOriginProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.