TimeBasedCanary

A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in two increments. 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 the first and second traffic shifts of a TimeBasedCanary deployment.

Link copied to clipboard

The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

Functions

Link copied to clipboard
inline fun copy(block: TimeBasedCanary.Builder.() -> Unit = {}): TimeBasedCanary
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