| 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.SageMaker.Types.TrafficPattern
Description
Documentation
data TrafficPattern Source #
Defines the traffic pattern of the load test.
See: newTrafficPattern smart constructor.
Constructors
| TrafficPattern' | |
Fields
| |
Instances
newTrafficPattern :: TrafficPattern Source #
Create a value of TrafficPattern 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:phases:TrafficPattern', trafficPattern_phases - Defines the phases traffic specification.
$sel:trafficType:TrafficPattern', trafficPattern_trafficType - Defines the traffic patterns.
trafficPattern_phases :: Lens' TrafficPattern (Maybe (NonEmpty Phase)) Source #
Defines the phases traffic specification.
trafficPattern_trafficType :: Lens' TrafficPattern (Maybe TrafficType) Source #
Defines the traffic patterns.