class Aws::CloudFront::Types::CustomHeaders

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

@note When making an API call, you may pass CustomHeaders

data as a hash:

    {
      quantity: 1, # required
      items: [
        {
          header_name: "string", # required
          header_value: "string", # required
        },
      ],
    }

@!attribute [rw] quantity

The number of custom headers, if any, for this distribution.
@return [Integer]

@!attribute [rw] items

**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`.
@return [Array<Types::OriginCustomHeader>]

@see docs.aws.amazon.com/goto/WebAPI/cloudfront-2020-05-31/CustomHeaders AWS API Documentation

Constants

SENSITIVE