guardduty_create_ip_set: Creates a new IPSet, which is called a trusted IP list in the...

View source: R/guardduty_operations.R

guardduty_create_ip_setR Documentation

Creates a new IPSet, which is called a trusted IP list in the console user interface

Description

Creates a new IPSet, which is called a trusted IP list in the console user interface. An IPSet is a list of IP addresses that are trusted for secure communication with Amazon Web Services infrastructure and applications. GuardDuty doesn't generate findings for IP addresses that are included in IPSets. Only users from the administrator account can use this operation.

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

Usage

guardduty_create_ip_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 an IPSet for.

Name

[required] The user-friendly name to identify the IPSet.

Allowed characters are alphanumeric, whitespace, dash (-), and underscores (_).

Format

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

Location

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

Activate

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

ClientToken

The idempotency token for the create request.

Tags

The tags to be added to a new IP set resource.


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