Skip to content

Commit

Permalink
Update CloudFront (adding ResponseHeadersPolicyId fields) per 2021-11…
Browse files Browse the repository at this point in the history
…-04 changes (#1982)
  • Loading branch information
eofs authored Dec 14, 2021
1 parent d417ef8 commit 050bea6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions troposphere/cloudfront.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ class CacheBehavior(AWSProperty):
"OriginRequestPolicyId": (str, False),
"PathPattern": (str, True),
"RealtimeLogConfigArn": (str, False),
"ResponseHeadersPolicyId": (str, False),
"SmoothStreaming": (boolean, False),
"TargetOriginId": (str, True),
"TrustedKeyGroups": ([str], False),
Expand All @@ -96,6 +97,7 @@ class DefaultCacheBehavior(AWSProperty):
"MinTTL": (integer, False),
"OriginRequestPolicyId": (str, False),
"RealtimeLogConfigArn": (str, False),
"ResponseHeadersPolicyId": (str, False),
"SmoothStreaming": (boolean, False),
"TargetOriginId": (str, True),
"TrustedKeyGroups": ([str], False),
Expand Down

0 comments on commit 050bea6

Please # to comment.