You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::CodeDeploy::Types::TimeBasedLinear

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TimeBasedLinear as input to an Aws::Client method, you can use a vanilla Hash:

{
  linear_percentage: 1,
  linear_interval: 1,
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#linear_intervalInteger

The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

Returns:

  • (Integer)

    The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment.

#linear_percentageInteger

The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

Returns:

  • (Integer)

    The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.