DistributionOriginCustomHeader

data class DistributionOriginCustomHeader(val headerName: String, val headerValue: String)

A complex type that contains `HeaderName` and `HeaderValue` elements, if any, for this distribution.

Constructors

Link copied to clipboard
constructor(headerName: String, headerValue: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of a header that you want CloudFront to send to your origin. For more information, see Adding Custom Headers to Origin Requests in the Amazon CloudFront Developer Guide.

Link copied to clipboard

The value for the header that you specified in the `HeaderName` field.