| 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.Connect.Types.Distribution
Description
Synopsis
Documentation
data Distribution Source #
Information about a traffic distribution.
See: newDistribution smart constructor.
Constructors
| Distribution' | |
Fields
| |
Instances
Create a value of Distribution 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:region:Distribution', distribution_region - The Amazon Web Services Region where the traffic is distributed.
$sel:percentage:Distribution', distribution_percentage - The percentage of the traffic that is distributed, in increments of 10.
distribution_region :: Lens' Distribution Text Source #
The Amazon Web Services Region where the traffic is distributed.
distribution_percentage :: Lens' Distribution Natural Source #
The percentage of the traffic that is distributed, in increments of 10.