Origin Custom Header Response
data class OriginCustomHeaderResponse(val headerName: String? = null, val headerValue: String? = null)
Definition of OriginCustomHeader
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.