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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstancePort
[Classic Load Balancers] The back-end port for the listener.- See Also:
-
getLoadBalancerPort
The port on which the load balancer is listening.- See Also:
-
builder
@Stability(Stable) static CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Builder builder()
-