query Strings Config
suspend fun queryStringsConfig(value: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgs>)
suspend fun queryStringsConfig(value: CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgs)
Parameters
value
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.
suspend fun queryStringsConfig(argument: suspend CachePolicyParametersInCacheKeyAndForwardedToOriginQueryStringsConfigArgsBuilder.() -> Unit)
Parameters
argument
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.