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.

Response Elements#

  • trafficMirrorTarget — Information about the mirror target.

Examples#

c2-ec2 CreateTrafficMirrorTarget networkInterfaceId eni-A1BF7290 description "text description"