AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CodeDeploy.Model.TimeBasedLinear

Namespace: Amazon.CodeDeploy.Model
Assembly: AWSSDK.CodeDeploy.dll
Version: 3.x.y.z

Syntax

C#
public class TimeBasedLinear

The TimeBasedLinear type exposes the following members

Constructors

NameDescription
Public Method TimeBasedLinear()

Properties

NameTypeDescription
Public Property LinearInterval System.Int32

Gets and sets the property LinearInterval.

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

Public Property LinearPercentage System.Int32

Gets and sets the property LinearPercentage.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5