libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudFront.Types.FunctionAssociations

Description

 
Synopsis

Documentation

data FunctionAssociations Source #

A list of CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

See: newFunctionAssociations smart constructor.

Constructors

FunctionAssociations' 

Fields

  • items :: Maybe [FunctionAssociation]

    The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

  • quantity :: Int

    The number of CloudFront functions in the list.

Instances

Instances details
Eq FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

Read FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

Show FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

Generic FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

Associated Types

type Rep FunctionAssociations :: Type -> Type #

NFData FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

Methods

rnf :: FunctionAssociations -> () #

Hashable FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

FromXML FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

ToXML FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

type Rep FunctionAssociations Source # 
Instance details

Defined in Amazonka.CloudFront.Types.FunctionAssociations

type Rep FunctionAssociations = D1 ('MetaData "FunctionAssociations" "Amazonka.CloudFront.Types.FunctionAssociations" "libZSservicesZSamazonka-cloudfrontZSamazonka-cloudfront" 'False) (C1 ('MetaCons "FunctionAssociations'" 'PrefixI 'True) (S1 ('MetaSel ('Just "items") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [FunctionAssociation])) :*: S1 ('MetaSel ('Just "quantity") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newFunctionAssociations Source #

Create a value of FunctionAssociations 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:FunctionAssociations', functionAssociations_items - The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

$sel:quantity:FunctionAssociations', functionAssociations_quantity - The number of CloudFront functions in the list.

functionAssociations_items :: Lens' FunctionAssociations (Maybe [FunctionAssociation]) Source #

The CloudFront functions that are associated with a cache behavior in a CloudFront distribution. CloudFront functions must be published to the LIVE stage to associate them with a cache behavior.

functionAssociations_quantity :: Lens' FunctionAssociations Int Source #

The number of CloudFront functions in the list.