guardduty_update_ip_set: Updates the IPSet specified by the IPSet ID

View source: R/guardduty_operations.R

guardduty_update_ip_setR Documentation

Updates the IPSet specified by the IPSet ID

Description

Updates the IPSet specified by the IPSet ID.

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

Usage

guardduty_update_ip_set(
  DetectorId,
  IpSetId,
  Name = NULL,
  Location = NULL,
  Activate = NULL
)

Arguments

DetectorId

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

IpSetId

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

Name

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

Location

The updated URI of the file that contains the IPSet.

Activate

The updated Boolean value that specifies whether the IPSet is active or not.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.