@Stability(value=Stable) public static final class CfnTrafficMirrorSessionProps.Builder extends Object implements software.amazon.jsii.Builder<CfnTrafficMirrorSessionProps>
CfnTrafficMirrorSessionProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder networkInterfaceId(String networkInterfaceId)
CfnTrafficMirrorSessionProps.getNetworkInterfaceId()networkInterfaceId - The ID of the source network interface. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder sessionNumber(Number sessionNumber)
CfnTrafficMirrorSessionProps.getSessionNumber()sessionNumber - The session number determines the order in which sessions are evaluated when an interface is used by multiple sessions. This parameter is required.
The first session with a matching filter is the one that mirrors the packets.
Valid values are 1-32766.
this@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder trafficMirrorFilterId(String trafficMirrorFilterId)
CfnTrafficMirrorSessionProps.getTrafficMirrorFilterId()trafficMirrorFilterId - The ID of the Traffic Mirror filter. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder trafficMirrorTargetId(String trafficMirrorTargetId)
CfnTrafficMirrorSessionProps.getTrafficMirrorTargetId()trafficMirrorTargetId - The ID of the Traffic Mirror target. This parameter is required.this@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder description(String description)
CfnTrafficMirrorSessionProps.getDescription()description - The description of the Traffic Mirror session.this@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder packetLength(Number packetLength)
CfnTrafficMirrorSessionProps.getPacketLength()packetLength - The number of bytes in each packet to mirror.
These are bytes after the VXLAN header. Do not specify this parameter when you want to mirror the entire packet. To mirror a subset of the packet, set this to the length (in bytes) that you want to mirror. For example, if you set this value to 100, then the first 100 bytes that meet the filter criteria are copied to the target.
If you do not want to mirror the entire packet, use the PacketLength parameter to specify the number of bytes in each packet to mirror.
this@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder tags(List<? extends CfnTag> tags)
CfnTrafficMirrorSessionProps.getTags()tags - The tags to assign to a Traffic Mirror session.this@Stability(value=Stable) public CfnTrafficMirrorSessionProps.Builder virtualNetworkId(Number virtualNetworkId)
CfnTrafficMirrorSessionProps.getVirtualNetworkId()virtualNetworkId - The VXLAN ID for the Traffic Mirror session.
For more information about the VXLAN protocol, see RFC 7348 . If you do not specify a VirtualNetworkId , an account-wide unique id is chosen at random.this@Stability(value=Stable) public CfnTrafficMirrorSessionProps build()
build in interface software.amazon.jsii.Builder<CfnTrafficMirrorSessionProps>CfnTrafficMirrorSessionPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.