Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-trafficroute.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codedeploy-deploymentgroup-trafficroute.html#cfn-codedeploy-deploymentgroup-trafficroute-listenerarns

Back to top Generated by DocFX