public static interface CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Builder
|
static class |
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Jsii$Proxy
An implementation for
CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty |
Modifier and Type | Method and Description |
---|---|
static CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Builder |
builder() |
default java.lang.Number |
getInstancePort()
[Classic Load Balancers] The back-end port for the listener.
|
default java.lang.Number |
getLoadBalancerPort()
The port on which the load balancer is listening.
|