aws.guardduty.get_ip_set
Example SQL Queries
SELECT * FROMaws.guardduty.get_ip_setWHERE"detector_id" = 'VALUE'AND "ip_set_id" = 'VALUE';Description
Retrieves the IPSet specified by the ipSetId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The unique ID of the detector that the IPSet is associated with. | VARCHAR |
| ip_set_id Required Input Column The unique ID of the IPSet to retrieve. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| format The format of the file that contains the IPSet. | VARCHAR |
| location The URI of the file that contains the IPSet. | VARCHAR |
| name The user-friendly name for the IPSet. | VARCHAR |
| status The status of IPSet file that was uploaded. | VARCHAR |
| tags The tags of the IPSet resource. | MAP(VARCHAR, VARCHAR) |