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 detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to describe.
ThreatIntelSetId
[required] The unique ID that specifies the ThreatIntelSet that you want to describe.
Request syntax
svc$get_threat_intel_set(
DetectorId = "string",
ThreatIntelSetId = "string"
)