Skip to content

Update Threat Entity Set

guardduty_update_threat_entity_set R Documentation

Updates the threat entity set associated with the specified threatEntitySetId

Description

Updates the threat entity set associated with the specified threatEntitySetId.

Usage

guardduty_update_threat_entity_set(DetectorId, ThreatEntitySetId, Name,
  Location, ExpectedBucketOwner, Activate)

Arguments

DetectorId

[required] The unique ID of the GuardDuty detector associated with the threat entity set that you want to update.

To find the detectorId in the current Region, see the Settings page in the GuardDuty console, or run the list_detectors API.

ThreatEntitySetId

[required] The ID returned by GuardDuty after updating the threat entity set resource.

Name

A user-friendly name to identify the trusted entity set.

The name of your list can include lowercase letters, uppercase letters, numbers, dash (-), and underscore (_).

Location

The URI of the file that contains the trusted entity set.

ExpectedBucketOwner

The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.

Activate

A boolean value that indicates whether GuardDuty is to start using this updated threat entity set. After you update an entity set, you will need to activate it again. It might take up to 15 minutes for the updated entity set to be effective.

Value

An empty list.

Request syntax

svc$update_threat_entity_set(
  DetectorId = "string",
  ThreatEntitySetId = "string",
  Name = "string",
  Location = "string",
  ExpectedBucketOwner = "string",
  Activate = TRUE|FALSE
)