Learn R Programming

paws.security.identity (version 0.1.8)

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 unique ID of the detector the filter is associated with.

FilterName

[required] The name of the filter you want to get.

Request syntax

svc$get_filter(
  DetectorId = "string",
  FilterName = "string"
)