Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data CacheBehaviors Source #
A complex type that contains zero or more CacheBehavior
elements.
See: newCacheBehaviors
smart constructor.
CacheBehaviors' | |
|
Instances
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.