AWS::CloudFront::ResponseHeadersPolicy FrameOptions
Determines whether CloudFront includes the X-Frame-Options
HTTP response header
and the header's value.
For more information about the X-Frame-Options
HTTP response header, see
X-Frame-Options
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "FrameOption" :
String
, "Override" :Boolean
}
YAML
FrameOption:
String
Override:Boolean
Properties
FrameOption
-
The value of the
X-Frame-Options
HTTP response header. Valid values areDENY
andSAMEORIGIN
.For more information about these values, see X-Frame-Options
in the MDN Web Docs. Required: Yes
Type: String
Pattern:
^(DENY|SAMEORIGIN)$
Update requires: No interruption
Override
-
A Boolean that determines whether CloudFront overrides the
X-Frame-Options
HTTP response header received from the origin with the one specified in this response headers policy.Required: Yes
Type: Boolean
Update requires: No interruption