CreateTrafficMirrorTarget
In this article:
CreateTrafficMirrorTarget#
Description#
Creates a mirror target.
Request Parameters#
Required parameters#
networkInterfaceId — The ID of the network interface.
Type: String
Required: Yes
Optional parameters#
description — The description of the mirror target.
Type: String
Required: No
Constraints: From 1 to 255 characters
TagSpecification.N — The tags assigned to the mirror target.
Type: List of TagSpecification objects
Required: No
Response Elements#
trafficMirrorTarget — Information about the mirror target.
Type: TrafficMirrorTarget object
Examples#
c2-ec2 CreateTrafficMirrorTarget networkInterfaceId eni-A1BF7290 description "text description"