DeploymentConfigTrafficRoutingConfig constructor

const DeploymentConfigTrafficRoutingConfig({
  1. Input<DeploymentConfigTrafficRoutingConfigTimeBasedCanary?>? timeBasedCanary,
  2. Input<DeploymentConfigTrafficRoutingConfigTimeBasedLinear?>? timeBasedLinear,
  3. Input<String?>? type,
})

Creates a new DeploymentConfigTrafficRoutingConfig. timeBasedCanary The time based canary configuration information. If type is TimeBasedLinear, use timeBasedLinear instead. timeBasedLinear The time based linear configuration information. If type is TimeBasedCanary, use timeBasedCanary instead. type Type of traffic routing config. One of TimeBasedCanary, TimeBasedLinear, AllAtOnce.

Implementation

const DeploymentConfigTrafficRoutingConfig({
  this.timeBasedCanary,
  this.timeBasedLinear,
  this.type,
});