ResponseHeadersPolicySecurityHeadersConfigFrameOptionsArgs

data class ResponseHeadersPolicySecurityHeadersConfigFrameOptionsArgs(val frameOption: Output<String>, val override: Output<Boolean>) : ConvertibleToJava<ResponseHeadersPolicySecurityHeadersConfigFrameOptionsArgs>

Constructors

constructor(frameOption: Output<String>, override: Output<Boolean>)

Properties

Link copied to clipboard
val frameOption: Output<String>

The value of the X-Frame-Options HTTP response header. Valid values: DENY | SAMEORIGIN

Link copied to clipboard
val override: Output<Boolean>

Whether CloudFront overrides the X-Frame-Options HTTP response header received from the origin with the one specified in this response headers policy.

Functions

Link copied to clipboard
open override fun toJava(): ResponseHeadersPolicySecurityHeadersConfigFrameOptionsArgs