Delete Traffic Mirror Filter
ec2_delete_traffic_mirror_filter | R Documentation |
Deletes the specified Traffic Mirror filter¶
Description¶
Deletes the specified Traffic Mirror filter.
You cannot delete a Traffic Mirror filter that is in use by a Traffic Mirror session.
Usage¶
ec2_delete_traffic_mirror_filter(TrafficMirrorFilterId, DryRun)
Arguments¶
TrafficMirrorFilterId |
[required] The ID of the Traffic Mirror filter. |
DryRun |
Checks whether you have the required permissions for the action,
without actually making the request, and provides an error response. If
you have the required permissions, the error response is
|
Value¶
A list with the following syntax:
list(
TrafficMirrorFilterId = "string"
)
Request syntax¶
svc$delete_traffic_mirror_filter(
TrafficMirrorFilterId = "string",
DryRun = TRUE|FALSE
)