AWS::CloudFront::ResponseHeadersPolicy AccessControlAllowHeaders
A list of HTTP header names that CloudFront includes as values for the
Access-Control-Allow-Headers
HTTP response header.
For more information about the Access-Control-Allow-Headers
HTTP response
header, see Access-Control-Allow-Headers
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Items" :
[ String, ... ]
}
YAML
Items:
- String
Properties
Items
-
The list of HTTP header names. You can specify
*
to allow all headers.Required: Yes
Type: Array of String
Update requires: No interruption