amazonka-cloudfront-2.0: Amazon CloudFront SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

Description

 
Synopsis

Documentation

data ResponseHeadersPolicyCustomHeadersConfig Source #

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.

See: newResponseHeadersPolicyCustomHeadersConfig smart constructor.

Constructors

ResponseHeadersPolicyCustomHeadersConfig' 

Fields

Instances

Instances details
FromXML ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

ToXML ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

Generic ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

Read ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

Show ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

NFData ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

Eq ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

Hashable ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

type Rep ResponseHeadersPolicyCustomHeadersConfig Source # 
Instance details

Defined in Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig

type Rep ResponseHeadersPolicyCustomHeadersConfig = D1 ('MetaData "ResponseHeadersPolicyCustomHeadersConfig" "Amazonka.CloudFront.Types.ResponseHeadersPolicyCustomHeadersConfig" "amazonka-cloudfront-2.0-8Jb7luniAuUfLdUxCxW4K" 'False) (C1 ('MetaCons "ResponseHeadersPolicyCustomHeadersConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ResponseHeadersPolicyCustomHeader])) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newResponseHeadersPolicyCustomHeadersConfig Source #

Create a value of ResponseHeadersPolicyCustomHeadersConfig with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:items:ResponseHeadersPolicyCustomHeadersConfig', responseHeadersPolicyCustomHeadersConfig_items - The list of HTTP response headers and their values.

$sel:quantity:ResponseHeadersPolicyCustomHeadersConfig', responseHeadersPolicyCustomHeadersConfig_quantity - The number of HTTP response headers in the list.