Retrieves the ThreatIntelSet that is specified by the ThreatIntelSet ID.
guardduty_get_threat_intel_set(DetectorId, ThreatIntelSetId)
A list with the following syntax:
list(
Name = "string",
Format = "TXT"|"STIX"|"OTX_CSV"|"ALIEN_VAULT"|"PROOF_POINT"|"FIRE_EYE",
Location = "string",
Status = "INACTIVE"|"ACTIVATING"|"ACTIVE"|"DEACTIVATING"|"ERROR"|"DELETE_PENDING"|"DELETED",
Tags = list(
"string"
)
)
[required] The unique ID of the detector that the threatIntelSet is associated with.
[required] The unique ID of the threatIntelSet that you want to get.
svc$get_threat_intel_set(
DetectorId = "string",
ThreatIntelSetId = "string"
)