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¶
Arguments¶
DetectorId
[required] The unique ID of the detector that is associated with the IPSet.
To find the
detectorId
in the current Region, see the Settings page in the GuardDuty console, or run thelist_detectors
API.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"
)
)