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 that the threatIntelSet is associated
with.
ThreatIntelSetId
[required] The unique ID of the threatIntelSet that you want to get.
Request syntax
svc$get_threat_intel_set(
DetectorId = "string",
ThreatIntelSetId = "string"
)