Get Ip Set
| guardduty_get_ip_set | R Documentation | 
Retrieves the IPSet specified by the ipSetId¶
Description¶
Retrieves the IPSet specified by the ipSetId.
Usage¶
guardduty_get_ip_set(DetectorId, IpSetId)
Arguments¶
| DetectorId | [required] The unique ID of the detector that is associated with the IPSet. To find the  | 
| IpSetId | [required] The unique ID of the IPSet to retrieve. | 
Value¶
A list with the following syntax:
list(
  Name = "string",
  Format = "TXT"|"STIX"|"OTX_CSV"|"ALIEN_VAULT"|"PROOF_POINT"|"FIRE_EYE",
  Location = "string",
  Status = "INACTIVE"|"ACTIVATING"|"ACTIVE"|"DEACTIVATING"|"ERROR"|"DELETE_PENDING"|"DELETED",
  Tags = list(
    "string"
  )
)
Request syntax¶
svc$get_ip_set(
  DetectorId = "string",
  IpSetId = "string"
)