Show / Hide Table of Contents

Interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerListenerProperty

Describes a load balancer listener.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerListenerProperty
Syntax (vb)
Public Interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerListenerProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancerlistener.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.AWS.EC2;

             var analysisLoadBalancerListenerProperty = new AnalysisLoadBalancerListenerProperty {
                 InstancePort = 123,
                 LoadBalancerPort = 123
             };

Synopsis

Properties

InstancePort

[Classic Load Balancers] The back-end port for the listener.

LoadBalancerPort

The port on which the load balancer is listening.

Properties

InstancePort

[Classic Load Balancers] The back-end port for the listener.

double? InstancePort { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancerlistener.html#cfn-ec2-networkinsightsanalysis-analysisloadbalancerlistener-instanceport

LoadBalancerPort

The port on which the load balancer is listening.

double? LoadBalancerPort { get; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-networkinsightsanalysis-analysisloadbalancerlistener.html#cfn-ec2-networkinsightsanalysis-analysisloadbalancerlistener-loadbalancerport

Back to top Generated by DocFX