| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.CloudFront.Types.FunctionAssociations
Description
Synopsis
- data FunctionAssociations = FunctionAssociations' {
- items :: Maybe [FunctionAssociation]
- quantity :: Int
- newFunctionAssociations :: Int -> FunctionAssociations
- functionAssociations_items :: Lens' FunctionAssociations (Maybe [FunctionAssociation])
- functionAssociations_quantity :: Lens' FunctionAssociations Int
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
| |
Instances
newFunctionAssociations Source #
Arguments
| :: Int | |
| -> FunctionAssociations |
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.