Creates a new IPSet - a list of trusted IP addresses that have been whitelisted for secure communication with AWS infrastructure and applications.
guardduty_create_ip_set(Activate, ClientToken, DetectorId, Format,
Location, Name)
[required] A boolean value that indicates whether GuardDuty is to start using the uploaded IPSet.
The idempotency token for the create request.
[required] The unique ID of the detector that you want to update.
[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] 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.
svc$create_ip_set( Activate = TRUE|FALSE, ClientToken = "string", DetectorId = "string", Format = "TXT"|"STIX"|"OTX_CSV"|"ALIEN_VAULT"|"PROOF_POINT"|"FIRE_EYE", Location = "string", Name = "string" )