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
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
Remarks
LoadBalancerPort
The port on which the load balancer is listening.
double? LoadBalancerPort { get; }