Creates a new IPSet, which is called a trusted IP list in the console user interface
Source:R/guardduty_operations.R
guardduty_create_ip_set.RdCreates 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,
ExpectedBucketOwner = NULL
)Arguments
- DetectorId
[required] The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run thelist_detectorsAPI.- 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.
The tags to be added to a new IP set resource.
- ExpectedBucketOwner
The Amazon Web Services account ID that owns the Amazon S3 bucket specified in the location parameter.