@Stability(value=Stable)
public static interface CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty
extends software.amazon.jsii.JsiiSerializable
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 Number |
getInstancePort()
[Classic Load Balancers] The back-end port for the listener.
|
default Number |
getLoadBalancerPort()
The port on which the load balancer is listening.
|
@Stability(value=Stable) @Nullable default Number getInstancePort()
@Stability(value=Stable) @Nullable default Number getLoadBalancerPort()
@Stability(value=Stable) static CfnNetworkInsightsAnalysis.AnalysisLoadBalancerListenerProperty.Builder builder()
Copyright © 2022. All rights reserved.