paws.security.identity (version 0.1.0)

guardduty_delete_threat_intel_set: Deletes ThreatIntelSet specified by the ThreatIntelSet ID

Description

Deletes ThreatIntelSet specified by the ThreatIntelSet ID.

Usage

guardduty_delete_threat_intel_set(DetectorId, ThreatIntelSetId)

Arguments

DetectorId

[required] The detectorID that specifies the GuardDuty service whose ThreatIntelSet you want to delete.

ThreatIntelSetId

[required] The unique ID that specifies the ThreatIntelSet that you want to delete.

Request syntax

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