@Stability(value=Stable)
public static interface CfnVirtualRouter.VirtualRouterListenerProperty
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.appmesh.*;
VirtualRouterListenerProperty virtualRouterListenerProperty = VirtualRouterListenerProperty.builder()
.portMapping(PortMappingProperty.builder()
.port(123)
.protocol("protocol")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVirtualRouter.VirtualRouterListenerProperty.Builder
A builder for
CfnVirtualRouter.VirtualRouterListenerProperty |
static class |
CfnVirtualRouter.VirtualRouterListenerProperty.Jsii$Proxy
An implementation for
CfnVirtualRouter.VirtualRouterListenerProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnVirtualRouter.VirtualRouterListenerProperty.Builder |
builder() |
Object |
getPortMapping()
The port mapping information for the listener.
|
@Stability(value=Stable) @NotNull Object getPortMapping()
@Stability(value=Stable) static CfnVirtualRouter.VirtualRouterListenerProperty.Builder builder()
Copyright © 2022. All rights reserved.