deliveries_list_only
Lists deliveries
in a region or regions, for all properties use deliveries
Overview
Name | deliveries_list_only |
Type | Resource |
Description | This structure contains information about one delivery in your account. A delivery is a connection between a logical delivery source and a logical delivery destination. For more information, see [CreateDelivery](https://docs.aws.amazon.com/AmazonCloudWatchLogs/latest/APIReference/API_CreateDelivery.html). |
Id | aws.logs.deliveries_list_only |
Fields
Name | Datatype | Description |
---|---|---|
delivery_id | string | The unique ID that identifies this delivery in your account. |
arn | string | The Amazon Resource Name (ARN) that uniquely identifies this delivery. |
delivery_source_name | string | The name of the delivery source that is associated with this delivery. |
delivery_destination_arn | string | The ARN of the delivery destination that is associated with this delivery. |
delivery_destination_type | string | Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose. |
tags | array | The tags that have been assigned to this delivery. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all deliveries
in a region.
SELECT
region,
delivery_id
FROM aws.logs.deliveries_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the deliveries_list_only
resource, see deliveries