TrafficConfig

The traffic configuration of your continuous deployment.

Types

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

Properties

Link copied to clipboard

Determines which HTTP requests are sent to the staging distribution.

Link copied to clipboard

Contains the percentage of traffic to send to the staging distribution.

Link copied to clipboard

The type of traffic configuration.

Functions

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