Class CfnCachePolicy.HeadersConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnCachePolicy.HeadersConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCachePolicy.HeadersConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCachePolicy.HeadersConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCachePolicy.HeadersConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCachePolicy.HeadersConfigProperty
An implementation for
CfnCachePolicy.HeadersConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudfront.CfnCachePolicy.HeadersConfigProperty
CfnCachePolicy.HeadersConfigProperty.Builder, CfnCachePolicy.HeadersConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCachePolicy.HeadersConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCachePolicy.HeadersConfigProperty.Builder.
-
-
Method Details
-
getHeaderBehavior
Description copied from interface:CfnCachePolicy.HeadersConfigPropertyDetermines whether any HTTP headers are included in the cache key and in requests that CloudFront sends to the origin.Valid values are:
none– No HTTP headers are included in the cache key or in requests that CloudFront sends to the origin. Even when this field is set tonone, any headers that are listed in anOriginRequestPolicyare included in origin requests.whitelist– Only the HTTP headers that are listed in theHeaderstype are included in the cache key and in requests that CloudFront sends to the origin.
- Specified by:
getHeaderBehaviorin interfaceCfnCachePolicy.HeadersConfigProperty- See Also:
-
getHeaders
Description copied from interface:CfnCachePolicy.HeadersConfigPropertyContains a list of HTTP header names.- Specified by:
getHeadersin interfaceCfnCachePolicy.HeadersConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-