class Aws::CodeDeploy::Types::TimeBasedLinear
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.
@note When making an API call, you may pass TimeBasedLinear
data as a hash: { linear_percentage: 1, linear_interval: 1, }
@!attribute [rw] linear_percentage
The percentage of traffic that is shifted at the start of each increment of a `TimeBasedLinear` deployment. @return [Integer]
@!attribute [rw] linear_interval
The number of minutes between each incremental traffic shift of a `TimeBasedLinear` deployment. @return [Integer]
@see docs.aws.amazon.com/goto/WebAPI/codedeploy-2014-10-06/TimeBasedLinear AWS API Documentation
Constants
- SENSITIVE