OriginCustomHeaderResponse

data class OriginCustomHeaderResponse(val headerName: String? = null, val headerValue: String? = null)

Definition of OriginCustomHeader

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val headerName: String? = null

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
val headerValue: String? = null

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