ec2_describe_traffic_mirror_filter_rules {paws.compute} | R Documentation |
Describe traffic mirror filters that determine the traffic that is mirrored
Description
Describe traffic mirror filters that determine the traffic that is mirrored.
See https://www.paws-r-sdk.com/docs/ec2_describe_traffic_mirror_filter_rules/ for full documentation.
Usage
ec2_describe_traffic_mirror_filter_rules(
TrafficMirrorFilterRuleIds = NULL,
TrafficMirrorFilterId = NULL,
DryRun = NULL,
Filters = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
TrafficMirrorFilterRuleIds |
Traffic filter rule IDs. |
TrafficMirrorFilterId |
Traffic filter ID. |
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 |
Filters |
Traffic mirror filters.
|
MaxResults |
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned |
NextToken |
The token for the next page of results. |