cloudformation-coverage-roadmap icon indicating copy to clipboard operation
cloudformation-coverage-roadmap copied to clipboard

ResponseHeadersPolicyConfig missing ResponseHeadersPolicyServerTimingHeadersConfig

Open JamesKyburz opened this issue 3 years ago • 1 comments

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

JamesKyburz avatar Aug 18 '22 15:08 JamesKyburz

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 <---
}

gangavab avatar Sep 19 '22 23:09 gangavab