Package | Description |
---|---|
com.amazonaws.services.codedeploy.model |
Modifier and Type | Method and Description |
---|---|
TimeBasedCanary |
TimeBasedCanary.clone() |
TimeBasedCanary |
TrafficRoutingConfig.getTimeBasedCanary()
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two
increments.
|
TimeBasedCanary |
TimeBasedCanary.withCanaryInterval(Integer canaryInterval)
The number of minutes between the first and second traffic shifts of a
TimeBasedCanary deployment. |
TimeBasedCanary |
TimeBasedCanary.withCanaryPercentage(Integer canaryPercentage)
The percentage of traffic to shift in the first increment of a
TimeBasedCanary deployment. |
Modifier and Type | Method and Description |
---|---|
void |
TrafficRoutingConfig.setTimeBasedCanary(TimeBasedCanary timeBasedCanary)
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two
increments.
|
TrafficRoutingConfig |
TrafficRoutingConfig.withTimeBasedCanary(TimeBasedCanary timeBasedCanary)
A configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two
increments.
|
Copyright © 2021. All rights reserved.