CachePolicyParametersInCacheKeyAndForwardedToOriginArgs

data class CachePolicyParametersInCacheKeyAndForwardedToOriginArgs(val cookiesConfig: Output<CachePolicyCookiesConfigArgs>, val enableAcceptEncodingBrotli: Output<Boolean>? = null, val enableAcceptEncodingGzip: Output<Boolean>, val headersConfig: Output<CachePolicyHeadersConfigArgs>, val queryStringsConfig: Output<CachePolicyQueryStringsConfigArgs>) : ConvertibleToJava<CachePolicyParametersInCacheKeyAndForwardedToOriginArgs>

Constructors

constructor(cookiesConfig: Output<CachePolicyCookiesConfigArgs>, enableAcceptEncodingBrotli: Output<Boolean>? = null, enableAcceptEncodingGzip: Output<Boolean>, headersConfig: Output<CachePolicyHeadersConfigArgs>, queryStringsConfig: Output<CachePolicyQueryStringsConfigArgs>)

Properties

Link copied to clipboard

An object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and in requests that CloudFront sends to the origin.

Link copied to clipboard
val enableAcceptEncodingBrotli: Output<Boolean>? = null

A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin. This field is related to the EnableAcceptEncodingGzip field. If one or both of these fields is true and the viewer request includes the Accept-Encoding header, then CloudFront does the following:

Link copied to clipboard

A flag that can affect whether the Accept-Encoding HTTP header is included in the cache key and included in requests that CloudFront sends to the origin. This field is related to the EnableAcceptEncodingBrotli field. If one or both of these fields is true and the viewer request includes the Accept-Encoding header, then CloudFront does the following:

Link copied to clipboard

An object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and in requests that CloudFront sends to the origin.

Link copied to clipboard

An object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and in requests that CloudFront sends to the origin.

Functions

Link copied to clipboard
open override fun toJava(): CachePolicyParametersInCacheKeyAndForwardedToOriginArgs