I am trying to set CachePolicy, OriginRequestPolicy and ResponseHeaderPolicy using CloudfrontWebDistribution Construct.In the Construct Props for OriginConfigs I am not able to see any option to set any of the 3 mentioned above.
I am aware that, CDK is pushing for using new construct distribution and i can see this construct props supports all 3 policies which are mentioned above.
is there a way to set these using cloudfrontWebDistribution construct ?