GetResponseHeadersPolicyCustomHeadersConfigItem

data class GetResponseHeadersPolicyCustomHeadersConfigItem(val header: String, val override: Boolean, val value: String)

Constructors

constructor(header: String, override: Boolean, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP header name.

Link copied to clipboard

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

Link copied to clipboard

Value for the HTTP response header.