Class CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty
@Stability(Stable)
@Internal
public static final class CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty
An implementation for
CfnOriginRequestPolicyPropsMixin.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.cfnpropertymixins.services.cloudfront.CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty
CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty.Builder, CfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty.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 theCfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty.Builder.
-
-
Method Details
-
getQueryStringBehavior
Description copied from interface:CfnOriginRequestPolicyPropsMixin.QueryStringsConfigPropertyDetermines whether any URL query strings in viewer requests are included in requests that CloudFront sends to the origin.Valid values are:
none– No query strings in viewer requests are included in requests that CloudFront sends to the origin. Even when this field is set tonone, any query strings that are listed in aCachePolicyare included in origin requests.whitelist– Only the query strings in viewer requests that are listed in theQueryStringNamestype are included in requests that CloudFront sends to the origin.all– All query strings in viewer requests are included in requests that CloudFront sends to the origin.allExcept– All query strings in viewer requests are included in requests that CloudFront sends to the origin, except for those listed in theQueryStringNamestype, which are not included.
- Specified by:
getQueryStringBehaviorin interfaceCfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty- See Also:
-
getQueryStrings
Description copied from interface:CfnOriginRequestPolicyPropsMixin.QueryStringsConfigPropertyContains a list of query string names.- Specified by:
getQueryStringsin interfaceCfnOriginRequestPolicyPropsMixin.QueryStringsConfigProperty- 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()
-