Interface CfnVirtualNodePropsMixin.PortMappingProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnVirtualNodePropsMixin.PortMappingProperty.Jsii$Proxy
Enclosing class:
CfnVirtualNodePropsMixin

@Stability(Stable) public static interface CfnVirtualNodePropsMixin.PortMappingProperty extends software.amazon.jsii.JsiiSerializable
An object representing a virtual node or virtual router listener port mapping.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.appmesh.*;
 PortMappingProperty portMappingProperty = PortMappingProperty.builder()
         .port(123)
         .protocol("protocol")
         .build();
 

See Also: