Retrieves the IPSet specified by the ipSetId
.
guardduty_get_ip_set(DetectorId, IpSetId)
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"
)
)
[required] The unique ID of the detector that the IPSet is associated with.
[required] The unique ID of the IPSet to retrieve.
svc$get_ip_set(
DetectorId = "string",
IpSetId = "string"
)