aws.guardduty.list_publishing_destinations
Example SQL Queries
SELECT * FROMaws.guardduty.list_publishing_destinationsWHERE"detector_id" = 'VALUE';Description
Returns a list of publishing destinations associated with the specified detectorId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| detector_id Required Input Column The ID of the detector to retrieve publishing destinations for. | VARCHAR |
| max_results Input Column The maximum number of results to return in the response. | BIGINT |
| next_token Input Column A token to use for paginating results that are returned in the response. Set the value of this parameter to null for the first request to a list action. For subsequent calls, use the NextToken value returned from the previous request to continue listing results after the first page. | 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 |
| destinations A Destinations object that includes information about each publishing destination returned. | STRUCT( |
Show child fields
| |