ResponseHeadersPolicyCustomHeadersConfigItem

data class ResponseHeadersPolicyCustomHeadersConfigItem(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 response header name.

Link copied to clipboard

Whether CloudFront overrides a response header with the same name received from the origin with the header specifies here.

Link copied to clipboard

The value for the HTTP response header.