Interface CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty

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

@Stability(Stable) public static interface CfnTrafficMirrorFilterRule.TrafficMirrorPortRangeProperty extends software.amazon.jsii.JsiiSerializable
Describes the Traffic Mirror port range.

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.*;
 TrafficMirrorPortRangeProperty trafficMirrorPortRangeProperty = TrafficMirrorPortRangeProperty.builder()
         .fromPort(123)
         .toPort(123)
         .build();
 

See Also: