Uses of Interface
software.amazon.awscdk.core.CfnTrafficRoute
Packages that use CfnTrafficRoute
-
Uses of CfnTrafficRoute in software.amazon.awscdk.core
Classes in software.amazon.awscdk.core that implement CfnTrafficRouteMethods in software.amazon.awscdk.core that return CfnTrafficRouteModifier and TypeMethodDescriptionCfnTrafficRoute.Builder.build()Builds the configured instance.CfnTrafficRouting.getProdTrafficRoute()The listener to be used by your load balancer to direct traffic to your target groups.final CfnTrafficRouteCfnTrafficRouting.Jsii$Proxy.getProdTrafficRoute()CfnTrafficRouting.getTestTrafficRoute()The listener to be used by your load balancer to direct traffic to your target groups.final CfnTrafficRouteCfnTrafficRouting.Jsii$Proxy.getTestTrafficRoute()Methods in software.amazon.awscdk.core with parameters of type CfnTrafficRouteModifier and TypeMethodDescriptionCfnTrafficRouting.Builder.prodTrafficRoute(CfnTrafficRoute prodTrafficRoute) Sets the value ofCfnTrafficRouting.getProdTrafficRoute()CfnTrafficRouting.Builder.testTrafficRoute(CfnTrafficRoute testTrafficRoute) Sets the value ofCfnTrafficRouting.getTestTrafficRoute()