This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::CloudFront::ResponseHeadersPolicy AccessControlExposeHeaders
A list of HTTP headers that CloudFront includes as values for the
Access-Control-Expose-Headers HTTP response header.
For more information about the Access-Control-Expose-Headers HTTP
response header, see Access-Control-Expose-Headers
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Items" :[ String, ... ]}
YAML
Items:- String
Properties
Items-
The list of HTTP headers. You can specify
*to expose all headers.Required: Yes
Type: Array of String
Update requires: No interruption