DeploymentConfigTrafficRoutingConfigTimeBasedCanary constructor

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

Creates a new DeploymentConfigTrafficRoutingConfigTimeBasedCanary. interval The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment. percentage The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.

Implementation

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