Learn R Programming

paws.security.identity (version 0.1.5)

guardduty_get_threat_intel_set: Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID

Description

Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.

Usage

guardduty_get_threat_intel_set(DetectorId, ThreatIntelSetId)

Arguments

DetectorId

[required] The unique ID of the detector the threatIntelSet is associated with.

ThreatIntelSetId

[required] The unique ID of the threatIntelSet you want to get.

Request syntax

svc$get_threat_intel_set(
  DetectorId = "string",
  ThreatIntelSetId = "string"
)