Show / Hide Table of Contents

Interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerListenerProperty

Describes a load balancer listener.

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

Link: 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;

AnalysisLoadBalancerListenerProperty 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.

virtual Nullable<double> InstancePort { get; }
Property Value

System.Nullable<System.Double>

Remarks

Link: 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.

virtual Nullable<double> LoadBalancerPort { get; }
Property Value

System.Nullable<System.Double>

Remarks

Link: 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