Uses of Class
software.amazon.awscdk.services.ec2.CfnTrafficMirrorSession.Builder
-
Uses of CfnTrafficMirrorSession.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionCfnTrafficMirrorSession.Builder.description
(String description) The description of the Traffic Mirror session.CfnTrafficMirrorSession.Builder.networkInterfaceId
(String networkInterfaceId) The ID of the source network interface.CfnTrafficMirrorSession.Builder.packetLength
(Number packetLength) The number of bytes in each packet to mirror.CfnTrafficMirrorSession.Builder.sessionNumber
(Number sessionNumber) The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions.The tags to assign to a Traffic Mirror session.CfnTrafficMirrorSession.Builder.trafficMirrorFilterId
(String trafficMirrorFilterId) The ID of the Traffic Mirror filter.CfnTrafficMirrorSession.Builder.trafficMirrorTargetId
(String trafficMirrorTargetId) The ID of the Traffic Mirror target.CfnTrafficMirrorSession.Builder.virtualNetworkId
(Number virtualNetworkId) The VXLAN ID for the Traffic Mirror session.