interface AnalysisLoadBalancerListenerProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EC2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty |
![]() | software.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty |
![]() | aws_cdk.aws_ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty |
![]() | @aws-cdk/aws-ec2 » CfnNetworkInsightsAnalysis » AnalysisLoadBalancerListenerProperty |
Describes a load balancer listener.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as ec2 from '@aws-cdk/aws-ec2';
const analysisLoadBalancerListenerProperty: ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty = {
instancePort: 123,
loadBalancerPort: 123,
};
Properties
Name | Type | Description |
---|---|---|
instance | number | [Classic Load Balancers] The back-end port for the listener. |
load | number | The port on which the load balancer is listening. |
instancePort?
Type:
number
(optional)
[Classic Load Balancers] The back-end port for the listener.
loadBalancerPort?
Type:
number
(optional)
The port on which the load balancer is listening.