Uses of Class
software.amazon.awscdk.services.codedeploy.TrafficRouting
-
Uses of TrafficRouting in software.amazon.awscdk.services.codedeploy
Modifier and TypeClassDescriptionclass
Define a traffic routing config of type 'AllAtOnce'.class
Define a traffic routing config of type 'TimeBasedCanary'.class
Define a traffic routing config of type 'TimeBasedLinear'.Modifier and TypeMethodDescriptionstatic TrafficRouting
TrafficRouting.allAtOnce()
Shifts 100% of traffic in a single shift.default TrafficRouting
BaseDeploymentConfigProps.getTrafficRouting()
The configuration that specifies how traffic is shifted during a deployment.final TrafficRouting
BaseDeploymentConfigProps.Jsii$Proxy.getTrafficRouting()
default TrafficRouting
EcsDeploymentConfigProps.getTrafficRouting()
The configuration that specifies how traffic is shifted from the 'blue' target group to the 'green' target group during a deployment.final TrafficRouting
EcsDeploymentConfigProps.Jsii$Proxy.getTrafficRouting()
default TrafficRouting
LambdaDeploymentConfigProps.getTrafficRouting()
The configuration that specifies how traffic is shifted from the 'blue' target group to the 'green' target group during a deployment.final TrafficRouting
LambdaDeploymentConfigProps.Jsii$Proxy.getTrafficRouting()
static TrafficRouting
TrafficRouting.timeBasedCanary
(TimeBasedCanaryTrafficRoutingProps props) Shifts a specified percentage of traffic, waits for a specified amount of time, then shifts the rest of traffic.static TrafficRouting
TrafficRouting.timeBasedLinear
(TimeBasedLinearTrafficRoutingProps props) Keeps shifting a specified percentage of traffic until reaching 100%, waiting for a specified amount of time in between each traffic shift.Modifier and TypeMethodDescriptionBaseDeploymentConfigProps.Builder.trafficRouting
(TrafficRouting trafficRouting) Sets the value ofBaseDeploymentConfigProps.getTrafficRouting()
EcsDeploymentConfig.Builder.trafficRouting
(TrafficRouting trafficRouting) The configuration that specifies how traffic is shifted from the 'blue' target group to the 'green' target group during a deployment.EcsDeploymentConfigProps.Builder.trafficRouting
(TrafficRouting trafficRouting) Sets the value ofEcsDeploymentConfigProps.getTrafficRouting()
LambdaDeploymentConfig.Builder.trafficRouting
(TrafficRouting trafficRouting) The configuration that specifies how traffic is shifted from the 'blue' target group to the 'green' target group during a deployment.LambdaDeploymentConfigProps.Builder.trafficRouting
(TrafficRouting trafficRouting) Sets the value ofLambdaDeploymentConfigProps.getTrafficRouting()