cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
ResponseHeadersPolicyConfig missing ResponseHeadersPolicyServerTimingHeadersConfig
Name of the resource
Other
Resource name
AWS::CloudFront::ResponseHeadersPolicy ResponseHeadersPolicyConfig
Description
The timing headers config documented here is missing from CloudFormation.
Other Details
No response
ServerTimingHeadersConfig is very much a part of the resource AWS::CloudFront::ResponseHeadersPolicy. CFN users should be able to configure Server-Timing headers in HTTP responses using ServerTimingHeadersConfig.
{
"Comment" : String,
"CorsConfig" : CorsConfig,
"CustomHeadersConfig" : CustomHeadersConfig,
"Name" : String,
"SecurityHeadersConfig" : SecurityHeadersConfig,
"ServerTimingHeadersConfig" : ServerTimingHeadersConfig <---
}