Interface CfnDeploymentGroupPropsMixin.ITrafficRouteProperty
Information about a listener.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CodeDeploy
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDeploymentGroupPropsMixin.ITrafficRouteProperty
Syntax (vb)
Public Interface CfnDeploymentGroupPropsMixin.ITrafficRouteProperty
Remarks
The listener contains the path used to route traffic that is received from the load balancer to a target group.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.CodeDeploy;
var trafficRouteProperty = new TrafficRouteProperty {
ListenerArns = new [] { "listenerArns" }
};
Synopsis
Properties
| ListenerArns | The Amazon Resource Name (ARN) of one listener. |
Properties
ListenerArns
The Amazon Resource Name (ARN) of one listener.
string[]? ListenerArns { get; }
Property Value
string[]
Remarks
The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.