Creates a new IPSet, called Trusted IP list in the consoler user interface. An IPSet is a list IP addresses trusted for secure communication with AWS infrastructure and applications. GuardDuty does not generate findings for IP addresses included in IPSets. Only users from the master account can use this operation.
guardduty_create_ip_set(DetectorId, Name, Format, Location, Activate,
ClientToken, Tags)
[required] The unique ID of the detector of the GuardDuty account for which you want to create an IPSet.
[required] The user friendly name to identify the IPSet. This name is displayed in all findings that are triggered by activity that involves IP addresses included in this IPSet.
[required] The format of the file that contains the IPSet.
[required] The URI of the file that contains the IPSet. For example (https://s3.us-west-2.amazonaws.com/my-bucket/my-object-key)
[required] A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
The idempotency token for the create request.
The tags to be added to a new IP set resource.
svc$create_ip_set( DetectorId = "string", Name = "string", Format = "TXT"|"STIX"|"OTX_CSV"|"ALIEN_VAULT"|"PROOF_POINT"|"FIRE_EYE", Location = "string", Activate = TRUE|FALSE, ClientToken = "string", Tags = list( "string" ) )