headers Config
suspend fun headersConfig(value: Output<CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigArgs>)
suspend fun headersConfig(value: CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigArgs)
Parameters
value
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.
suspend fun headersConfig(argument: suspend CachePolicyParametersInCacheKeyAndForwardedToOriginHeadersConfigArgsBuilder.() -> Unit)
Parameters
argument
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.