ResponseHeadersPolicyCustomHeadersConfigItem

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

Constructors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The HTTP response header name.

Link copied to clipboard

Whether CloudFront overrides the Content-Security-Policy HTTP response header received from the origin with the one specified in this response headers policy.

Link copied to clipboard

The value for the HTTP response header.