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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: TimeBasedLinear.Builder.() -> Unit = {}): TimeBasedLinear
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String