CachePolicyParametersInCacheKeyAndForwardedToOriginArgs

data class CachePolicyParametersInCacheKeyAndForwardedToOriginArgs(val cookiesConfig: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigArgs>, val enableAcceptEncodingBrotli: Output<Boolean>? = null, val enableAcceptEncodingGzip: Output<Boolean>? = null, val headersConfig: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigArgs>, val queryStringsConfig: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgs>) : ConvertibleToJava<CachePolicyParametersInCacheKeyAndForwardedToOriginArgs>

Constructors

constructor(cookiesConfig: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginCookiesConfigArgs>, enableAcceptEncodingBrotli: Output<Boolean>? = null, enableAcceptEncodingGzip: Output<Boolean>? = null, headersConfig: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigArgs>, queryStringsConfig: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgs>)

Properties

Link copied to clipboard

Object that determines whether any cookies in viewer requests (and if so, which cookies) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Cookies Config for more information.

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.

Link copied to clipboard
val enableAcceptEncodingGzip: 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.

Link copied to clipboard

Object that determines whether any HTTP headers (and if so, which headers) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Headers Config for more information.

Link copied to clipboard

Object that determines whether any URL query strings in viewer requests (and if so, which query strings) are included in the cache key and automatically included in requests that CloudFront sends to the origin. See Query String Config for more information.

Functions

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