ResponseHeadersPolicyCustomHeadersConfigArgs

data class ResponseHeadersPolicyCustomHeadersConfigArgs(val items: Output<List<ResponseHeadersPolicyCustomHeaderArgs>>) : ConvertibleToJava<ResponseHeadersPolicyCustomHeadersConfigArgs>

A list of HTTP response header names and their values. CloudFront includes these headers in HTTP responses that it sends for requests that match a cache behavior that's associated with this response headers policy.

Constructors

constructor(items: Output<List<ResponseHeadersPolicyCustomHeaderArgs>>)

Properties

Link copied to clipboard

The list of HTTP response headers and their values.

Functions

Link copied to clipboard
open override fun toJava(): ResponseHeadersPolicyCustomHeadersConfigArgs