@Stability(value=Stable) @Internal public static final class CfnCachePolicy.HeadersConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCachePolicy.HeadersConfigProperty
CfnCachePolicy.HeadersConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCachePolicy.HeadersConfigProperty.Builder, CfnCachePolicy.HeadersConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCachePolicy.HeadersConfigProperty.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) |
String |
getHeaderBehavior()
Determines whether any HTTP headers are included in the cache key and automatically included in requests that CloudFront sends to the origin.
|
List<String> |
getHeaders()
Contains a list of HTTP header names.
|
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.HeadersConfigProperty.Builder builder)
CfnCachePolicy.CachePolicyConfigProperty.Builder.public final String getHeaderBehavior()
CfnCachePolicy.HeadersConfigPropertyValid values are:
none – HTTP headers are not included in the cache key and are not automatically included in requests that CloudFront sends to the origin. Even when this field is set to none , any headers that are listed in an OriginRequestPolicy are included in origin requests.whitelist – The HTTP headers that are listed in the Headers type are included in the cache key and are automatically included in requests that CloudFront sends to the origin.getHeaderBehavior in interface CfnCachePolicy.HeadersConfigPropertypublic final List<String> getHeaders()
CfnCachePolicy.HeadersConfigPropertygetHeaders in interface CfnCachePolicy.HeadersConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.