Class CfnOriginRequestPolicy.CookiesConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnOriginRequestPolicy.CookiesConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginRequestPolicy.CookiesConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginRequestPolicy.CookiesConfigProperty
@Stability(Stable)
@Internal
public static final class CfnOriginRequestPolicy.CookiesConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginRequestPolicy.CookiesConfigProperty
An implementation for
CfnOriginRequestPolicy.CookiesConfigProperty-
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.CfnOriginRequestPolicy.CookiesConfigProperty
CfnOriginRequestPolicy.CookiesConfigProperty.Builder, CfnOriginRequestPolicy.CookiesConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginRequestPolicy.CookiesConfigProperty.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 theCfnOriginRequestPolicy.CookiesConfigProperty.Builder.
-
-
Method Details
-
getCookieBehavior
Description copied from interface:CfnOriginRequestPolicy.CookiesConfigPropertyDetermines whether cookies in viewer requests are included in requests that CloudFront sends to the origin. Valid values are:.none– No cookies in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set tonone, any cookies that are listed in aCachePolicyare included in origin requests.whitelist– Only the cookies in viewer requests that are listed in theCookieNamestype are included in requests that CloudFront sends to the origin.all– All cookies in viewer requests are included in requests that CloudFront sends to the origin.allExcept– All cookies in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in theCookieNamestype, which are not included.
- Specified by:
getCookieBehaviorin interfaceCfnOriginRequestPolicy.CookiesConfigProperty- See Also:
-
getCookies
Description copied from interface:CfnOriginRequestPolicy.CookiesConfigPropertyContains a list of cookie names.- Specified by:
getCookiesin interfaceCfnOriginRequestPolicy.CookiesConfigProperty- 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()
-