cloudtools / troposphere

troposphere - Python library to create AWS CloudFormation descriptions
BSD 2-Clause "Simplified" License
4.93k stars 1.45k forks source link

Added ResponseHeadersPolicyId field to cache behavior models #1982

Closed eofs closed 2 years ago

eofs commented 2 years ago

Allow specifying response headers policy in CacheBehavior and CacheBehavior by adding ResponseHeadersPolicyId field to them per Nov 4 updates.

Related to #1970

shtrom commented 2 years ago

Tested on my code, building a CacheBehavior from a dict containing a ResponseHeadersPolicyId key. Works as I expected it 👍🏼

markpeek commented 2 years ago

Thanks!