DeploymentConfigTrafficRoutingConfigTimeBasedLinear constructor

const DeploymentConfigTrafficRoutingConfigTimeBasedLinear({
  1. Input<int?>? interval,
  2. Input<int?>? percentage,
})

Creates a new DeploymentConfigTrafficRoutingConfigTimeBasedLinear. interval The number of minutes between each incremental traffic shift of a TimeBasedLinear deployment. percentage The percentage of traffic that is shifted at the start of each increment of a TimeBasedLinear deployment.

Implementation

const DeploymentConfigTrafficRoutingConfigTimeBasedLinear({
  this.interval,
  this.percentage,
});