public static interface CfnVirtualRouter.VirtualRouterListenerProperty
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() |
java.lang.Object |
getPortMapping()
The port mapping information for the listener.
|
java.lang.Object getPortMapping()
static CfnVirtualRouter.VirtualRouterListenerProperty.Builder builder()