Resource Type: AWS > Logs > Delivery Destination
The Delivery Destination resource type represents a CloudWatch Logs delivery destination for cross-account log delivery. Delivery destinations can be configured to receive log data from delivery sources and send them to other AWS services like S3, Kinesis Data Streams, or other AWS accounts.
Resource Context
Delivery Destination is a part of the Logs service.
Each Delivery Destination lives under a Region.
Controls
The primary controls for AWS > Logs > Delivery Destination are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-logs#/resource/types/deliveryDestination
- tmod:@turbot/turbot#/resource/categories/managementTools
- turbot graphql resource --id "tmod:@turbot/aws-logs#/resource/types/deliveryDestination"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-logs#/resource/types/deliveryDestination';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-logs#/resource/types/deliveryDestination"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-logs#/resource/types/deliveryDestination' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query