guardduty_create_threat_intel_set: Creates a new ThreatIntelSet

View source: R/guardduty_operations.R

guardduty_create_threat_intel_setR Documentation

Creates a new ThreatIntelSet

Description

Creates a new ThreatIntelSet. ThreatIntelSets consist of known malicious IP addresses. GuardDuty generates findings based on ThreatIntelSets. Only users of the administrator account can use this operation.

See https://www.paws-r-sdk.com/docs/guardduty_create_threat_intel_set/ for full documentation.

Usage

guardduty_create_threat_intel_set(
  DetectorId,
  Name,
  Format,
  Location,
  Activate,
  ClientToken = NULL,
  Tags = NULL
)

Arguments

DetectorId

[required] The unique ID of the detector of the GuardDuty account that you want to create a threatIntelSet for.

Name

[required] A user-friendly ThreatIntelSet name displayed in all findings that are generated by activity that involves IP addresses included in this ThreatIntelSet.

Format

[required] The format of the file that contains the ThreatIntelSet.

Location

[required] The URI of the file that contains the ThreatIntelSet.

Activate

[required] A Boolean value that indicates whether GuardDuty is to start using the uploaded ThreatIntelSet.

ClientToken

The idempotency token for the create request.

Tags

The tags to be added to a new threat list resource.


paws.security.identity documentation built on May 29, 2024, 10:51 a.m.