Response Headers Policy Custom Header Args
data class ResponseHeadersPolicyCustomHeaderArgs(val header: Output<String>, val override: Output<Boolean>, val value: Output<String>) : ConvertibleToJava<ResponseHeadersPolicyCustomHeaderArgs>
An HTTP response header name and its value. CloudFront includes this header in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.