| 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.OriginGroups
Description
Synopsis
- data OriginGroups = OriginGroups' {
- items :: Maybe [OriginGroup]
- quantity :: Int
- newOriginGroups :: Int -> OriginGroups
- originGroups_items :: Lens' OriginGroups (Maybe [OriginGroup])
- originGroups_quantity :: Lens' OriginGroups Int
Documentation
data OriginGroups Source #
A complex data type for the origin groups specified for a distribution.
See: newOriginGroups smart constructor.
Constructors
| OriginGroups' | |
Fields
| |
Instances
Arguments
| :: Int | |
| -> OriginGroups |
Create a value of OriginGroups 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:OriginGroups', originGroups_items - The items (origin groups) in a distribution.
$sel:quantity:OriginGroups', originGroups_quantity - The number of origin groups.
originGroups_items :: Lens' OriginGroups (Maybe [OriginGroup]) Source #
The items (origin groups) in a distribution.
originGroups_quantity :: Lens' OriginGroups Int Source #
The number of origin groups.