paws.security.identity (version 0.1.0)

guardduty_update_threat_intel_set: Updates the ThreatIntelSet specified by ThreatIntelSet ID

Description

Updates the ThreatIntelSet specified by ThreatIntelSet ID.

Usage

guardduty_update_threat_intel_set(Activate, DetectorId, Location, Name,
  ThreatIntelSetId)

Arguments

Activate

The updated boolean value that specifies whether the ThreateIntelSet is active or not.

DetectorId

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

Location

The updated URI of the file that contains the ThreateIntelSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)

Name

The unique ID that specifies the ThreatIntelSet that you want to update.

ThreatIntelSetId

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

Request syntax

svc$update_threat_intel_set(
  Activate = TRUE|FALSE,
  DetectorId = "string",
  Location = "string",
  Name = "string",
  ThreatIntelSetId = "string"
)