Class CfnCachePolicy.QueryStringsConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudfront.CfnCachePolicy.QueryStringsConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCachePolicy.QueryStringsConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCachePolicy.QueryStringsConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCachePolicy.QueryStringsConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCachePolicy.QueryStringsConfigProperty
An implementation for
CfnCachePolicy.QueryStringsConfigProperty-
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.QueryStringsConfigProperty
CfnCachePolicy.QueryStringsConfigProperty.Builder, CfnCachePolicy.QueryStringsConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCachePolicy.QueryStringsConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringDetermines whether any URL query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.Contains a list of query string names.final inthashCode()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.QueryStringsConfigProperty.Builder.
-
-
Method Details
-
getQueryStringBehavior
Description copied from interface:CfnCachePolicy.QueryStringsConfigPropertyDetermines whether any URL query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.Valid values are:
none– No query strings in viewer requests are included in the cache key or in requests that CloudFront sends to the origin. Even when this field is set tonone, any query strings that are listed in anOriginRequestPolicyare included in origin requests.whitelist– Only the query strings in viewer requests that are listed in theQueryStringNamestype are included in the cache key and in requests that CloudFront sends to the origin.allExcept– All query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin, except those that are listed in theQueryStringNamestype, which are not included.all– All query strings in viewer requests are included in the cache key and in requests that CloudFront sends to the origin.
- Specified by:
getQueryStringBehaviorin interfaceCfnCachePolicy.QueryStringsConfigProperty
-
getQueryStrings
Description copied from interface:CfnCachePolicy.QueryStringsConfigPropertyContains a list of query string names.- Specified by:
getQueryStringsin interfaceCfnCachePolicy.QueryStringsConfigProperty
-
$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()
-