Skip to main content

publishing_destinations_list_only

Lists publishing_destinations in a region or regions, for all properties use publishing_destinations

Overview

Namepublishing_destinations_list_only
TypeResource
DescriptionResource Type definition for AWS::GuardDuty::PublishingDestination.
Idawscc.guardduty.publishing_destinations_list_only

Fields

NameDatatypeDescription
idstringThe ID of the publishing destination.
detector_idstringThe ID of the GuardDuty detector associated with the publishing destination.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all publishing_destinations in a region.

SELECT
region,
detector_id,
id
FROM awscc.guardduty.publishing_destinations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the publishing_destinations_list_only resource, see publishing_destinations