CustomHeaders

A complex type that contains the list of Custom Headers for each origin.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional: A list that contains one OriginCustomHeader element for each custom header that you want CloudFront to forward to the origin. If Quantity is 0, omit Items.

Link copied to clipboard

The number of custom headers, if any, for this distribution.

Functions

Link copied to clipboard
inline fun copy(block: CustomHeaders.Builder.() -> Unit = {}): CustomHeaders
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String