delivery_destinations_list_only
Lists delivery_destinations in a region or regions, for all properties use delivery_destinations
Overview
| Name | delivery_destinations_list_only |
| Type | Resource |
| Description | This structure contains information about one delivery destination in your account. A delivery destination is an AWS resource that represents an AWS service that logs can be sent to CloudWatch Logs, Amazon S3, are supported as Kinesis Data Firehose delivery destinations. |
| Id | aws.logs.delivery_destinations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | The name of this delivery destination. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all delivery_destinations in a region.
SELECT
region,
name
FROM aws.logs.delivery_destinations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the delivery_destinations_list_only resource, see delivery_destinations