CanarySettings

Configuration settings of a canary deployment.

Types

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

Properties

Link copied to clipboard

The ID of the canary deployment.

Link copied to clipboard

The percent (0-100) of traffic diverted to a canary deployment.

Link copied to clipboard

Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary. These stage variables are represented as a string-to-string map between stage variable names and their values.

Link copied to clipboard

A Boolean flag to indicate whether the canary deployment uses the stage cache or not.

Functions

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