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 |
Documentation
data TimeBasedLinear Source #
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in equal increments, with an equal number of minutes between each increment. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
See: newTimeBasedLinear
smart constructor.
TimeBasedLinear' | |
|
Instances
newTimeBasedLinear :: TimeBasedLinear Source #
Create a value of TimeBasedLinear
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:linearInterval:TimeBasedLinear'
, timeBasedLinear_linearInterval
- The number of minutes between each incremental traffic shift of a
TimeBasedLinear
deployment.
$sel:linearPercentage:TimeBasedLinear'
, timeBasedLinear_linearPercentage
- The percentage of traffic that is shifted at the start of each increment
of a TimeBasedLinear
deployment.
timeBasedLinear_linearInterval :: Lens' TimeBasedLinear (Maybe Int) Source #
The number of minutes between each incremental traffic shift of a
TimeBasedLinear
deployment.
timeBasedLinear_linearPercentage :: Lens' TimeBasedLinear (Maybe Int) Source #
The percentage of traffic that is shifted at the start of each increment
of a TimeBasedLinear
deployment.