ResponseHeadersPolicyCustomHeader

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

Constructors

Link copied to clipboard
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

A Boolean that determines whether CloudFront overrides a response header with the same name received from the origin with the header specified here.

Link copied to clipboard

The value for the HTTP response header.