guardduty_get_filter: Returns the details of the filter specified by the filter name
Description
Returns the details of the filter specified by the filter name.
Usage
guardduty_get_filter(DetectorId, FilterName)
Arguments
DetectorId
[required] The detector ID that specifies the GuardDuty service where you want to list the details of the specified filter.
FilterName
[required] The name of the filter whose details you want to get.
Request syntax
svc$get_filter(
DetectorId = "string",
FilterName = "string"
)