| 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.CacheBehaviors
Description
Synopsis
Documentation
data CacheBehaviors Source #
A complex type that contains zero or more CacheBehavior elements.
See: newCacheBehaviors smart constructor.
Constructors
| CacheBehaviors' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> CacheBehaviors |
Create a value of CacheBehaviors 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:CacheBehaviors', cacheBehaviors_items - Optional: A complex type that contains cache behaviors for this
distribution. If Quantity is 0, you can omit Items.
$sel:quantity:CacheBehaviors', cacheBehaviors_quantity - The number of cache behaviors for this distribution.
cacheBehaviors_items :: Lens' CacheBehaviors (Maybe [CacheBehavior]) Source #
Optional: A complex type that contains cache behaviors for this
distribution. If Quantity is 0, you can omit Items.
cacheBehaviors_quantity :: Lens' CacheBehaviors Int Source #
The number of cache behaviors for this distribution.