Skip to main content

deliveries_list_only

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

Overview

Namedeliveries_list_only
TypeResource
DescriptionThis 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).
Idaws.logs.deliveries_list_only

Fields

NameDatatypeDescription
delivery_idstringThe unique ID that identifies this delivery in your account.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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