Interface CfnNetworkInsightsAnalysis.IAnalysisLoadBalancerListenerProperty
Describes a load balancer listener.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAnalysisLoadBalancerListenerProperty
Syntax (vb)
Public Interface IAnalysisLoadBalancerListenerProperty
Remarks
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.
virtual Nullable<double> InstancePort { get; }
Property Value
System.Nullable<System.Double>
Remarks
LoadBalancerPort
The port on which the load balancer is listening.
virtual Nullable<double> LoadBalancerPort { get; }
Property Value
System.Nullable<System.Double>