publishing_destinations_list_only
Lists publishing_destinations in a region or regions, for all properties use publishing_destinations
Overview
| Name | publishing_destinations_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::GuardDuty::PublishingDestination. |
| Id | awscc.guardduty.publishing_destinations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | The ID of the publishing destination. |
detector_id | string | The ID of the GuardDuty detector associated with the publishing destination. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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