You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`description` - (Optional) A description of the traffic mirror filter rule.
60
+
*`description` - (Optional) Description of the traffic mirror filter rule.
61
61
*`traffic_mirror_filter_id` - (Required) ID of the traffic mirror filter to which this rule should be added
62
-
*`destination_cidr_block` - (Required) The destination CIDR block to assign to the Traffic Mirror rule.
63
-
*`destination_port_range` - (Optional) The destination port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below
64
-
*`protocol` - (Optional) The protocol number, for example 17 (UDP), to assign to the Traffic Mirror rule. For information about the protocol value, see [Protocol Numbers](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) on the Internet Assigned Numbers Authority (IANA) website.
65
-
*`rule_action` - (Required) The action to take (accept | reject) on the filtered traffic. Valid values are `accept` and `reject`
66
-
*`rule_number` - (Required) The number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.
67
-
*`source_cidr_block` - (Required) The source CIDR block to assign to the Traffic Mirror rule.
68
-
*`source_port_range` - (Optional) The source port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below
69
-
*`traffic_direction` - (Required) The direction of traffic to be captured. Valid values are `ingress` and `egress`
62
+
*`destination_cidr_block` - (Required) Destination CIDR block to assign to the Traffic Mirror rule.
63
+
*`destination_port_range` - (Optional) Destination port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below
64
+
*`protocol` - (Optional) Protocol number, for example 17 (UDP), to assign to the Traffic Mirror rule. For information about the protocol value, see [Protocol Numbers](https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xhtml) on the Internet Assigned Numbers Authority (IANA) website.
65
+
*`rule_action` - (Required) Action to take (accept | reject) on the filtered traffic. Valid values are `accept` and `reject`
66
+
*`rule_number` - (Required) Number of the Traffic Mirror rule. This number must be unique for each Traffic Mirror rule in a given direction. The rules are processed in ascending order by rule number.
67
+
*`source_cidr_block` - (Required) Source CIDR block to assign to the Traffic Mirror rule.
68
+
*`source_port_range` - (Optional) Source port range. Supported only when the protocol is set to TCP(6) or UDP(17). See Traffic mirror port range documented below
69
+
*`traffic_direction` - (Required) Direction of traffic to be captured. Valid values are `ingress` and `egress`
70
70
71
71
Traffic mirror port range support following attributes:
72
72
@@ -77,7 +77,8 @@ Traffic mirror port range support following attributes:
77
77
78
78
In addition to all arguments above, the following attributes are exported:
79
79
80
-
*`id` - The name of the traffic mirror filter rule.
0 commit comments