interface TrafficRouteProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.CodeDeploy.CfnDeploymentGroup.TrafficRouteProperty | 
|  Java | software.amazon.awscdk.services.codedeploy.CfnDeploymentGroup.TrafficRouteProperty | 
|  Python | aws_cdk.aws_codedeploy.CfnDeploymentGroup.TrafficRouteProperty | 
|  TypeScript | @aws-cdk/aws-codedeploy»CfnDeploymentGroup»TrafficRouteProperty | 
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as codedeploy from '@aws-cdk/aws-codedeploy';
const trafficRouteProperty: codedeploy.CfnDeploymentGroup.TrafficRouteProperty = {
  listenerArns: ['listenerArns'],
};
Properties
| Name | Type | Description | 
|---|---|---|
| listener | string[] | CfnDeploymentGroup.TrafficRouteProperty.ListenerArns. | 
listenerArns?
Type:
string[]
(optional)
CfnDeploymentGroup.TrafficRouteProperty.ListenerArns.
