Interface CfnDeploymentGroup.TrafficRouteProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDeploymentGroup.TrafficRouteProperty.Jsii$Proxy
Enclosing class:
CfnDeploymentGroup

@Stability(Stable) public static interface CfnDeploymentGroup.TrafficRouteProperty extends software.amazon.jsii.JsiiSerializable
Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.codedeploy.*;
 TrafficRouteProperty trafficRouteProperty = TrafficRouteProperty.builder()
         .listenerArns(List.of("listenerArns"))
         .build();