aws.guardduty.describe_publishing_destination
Example SQL Queries
SELECT * FROMaws.guardduty.describe_publishing_destinationWHERE"detector_id" = 'VALUE'AND "destination_id" = 'VALUE';Description
Returns information about the publishing destination specified by the provided destinationId.
Table Definition
| Column Name | Column Data Type |
|---|---|
| destination_id Required Input Column The ID of the publishing destination. | VARCHAR |
| detector_id Required Input Column The unique ID of the detector associated with the publishing destination 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 |
| destination_properties A DestinationProperties object that includes the DestinationArn and KmsKeyArn of the publishing destination. | STRUCT( |
Show child fields
| |
| destination_type The type of publishing destination. Currently, only Amazon S3 buckets are supported. | VARCHAR |
| publishing_failure_start_timestamp The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination. | BIGINT |
| status The status of the publishing destination. | VARCHAR |