paws.security.identity (version 0.1.0)

guardduty_list_threat_intel_sets: Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID

Description

Lists the ThreatIntelSets of the GuardDuty service specified by the detector ID.

Usage

guardduty_list_threat_intel_sets(DetectorId, MaxResults, NextToken)

Arguments

DetectorId

[required] The detectorID that specifies the GuardDuty service whose ThreatIntelSets you want to list.

MaxResults

You can use this parameter to indicate the maximum number of items that you want in the response. The default value is 7. The maximum value is 7.

NextToken

Pagination token to start retrieving threat intel sets from.

Request syntax

svc$list_threat_intel_sets(
  DetectorId = "string",
  MaxResults = 123,
  NextToken = "string"
)