aws-cdk-lib.aws_ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty

interface AnalysisLoadBalancerListenerProperty

LanguageType name
.NETAmazon.CDK.AWS.EC2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#CfnNetworkInsightsAnalysis_AnalysisLoadBalancerListenerProperty
Javasoftware.amazon.awscdk.services.ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
Pythonaws_cdk.aws_ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
TypeScript aws-cdk-lib » 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 { aws_ec2 as ec2 } from 'aws-cdk-lib';
const analysisLoadBalancerListenerProperty: ec2.CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty = {
  instancePort: 123,
  loadBalancerPort: 123,
};

Properties

NameTypeDescription
instancePort?number[Classic Load Balancers] The back-end port for the listener.
loadBalancerPort?numberThe 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.