Values.TimeBasedCanarySourceA configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in two increments. The original and target Lambda function versions or ECS task sets are specified in the deployment's AppSpec file.
type nonrec t = {canaryPercentage : Percentage.t option;The percentage of traffic to shift in the first increment of a TimeBasedCanary deployment.
*)canaryInterval : WaitTimeInMins.t option;The number of minutes between the first and second traffic shifts of a TimeBasedCanary deployment.
*)}