query Strings Config
suspend fun queryStringsConfig(value: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgs>)
suspend fun queryStringsConfig(value: CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgs)
Parameters
value
Whether any URL query strings in viewer requests are included in the cache key. It also automatically includes these query strings in requests that CloudFront sends to the origin. Please refer to the Query String Config for more information.
suspend fun queryStringsConfig(argument: suspend CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgsBuilder.() -> Unit)
Parameters
argument
Whether any URL query strings in viewer requests are included in the cache key. It also automatically includes these query strings in requests that CloudFront sends to the origin. Please refer to the Query String Config for more information.