Interface CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Jsii$Proxy
Enclosing class:
CfnNetworkInsightsAnalysis

@Stability(Stable) public static interface CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.ec2.*;
 AnalysisLoadBalancerListenerProperty analysisLoadBalancerListenerProperty = AnalysisLoadBalancerListenerProperty.builder()
         .instancePort(123)
         .loadBalancerPort(123)
         .build();
 

See Also: