Skip to main content

delivery_destinations_list_only

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

Overview

Namedelivery_destinations_list_only
TypeResource
DescriptionThis 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.
Idaws.logs.delivery_destinations_list_only

Fields

NameDatatypeDescription
namestringThe name of this delivery destination.
arnstringThe Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
destination_resource_arnstringThe ARN of the AWS resource that will receive the logs.
tagsarrayThe tags that have been assigned to this delivery destination.
delivery_destination_typestringDisplays whether this delivery destination is CloudWatch Logs, Amazon S3, or Kinesis Data Firehose.
delivery_destination_policyobjectIAM policy that grants permissions to CloudWatch Logs to deliver logs cross-account to a specified destination in this account.
The policy must be in JSON string format.
Length Constraints: Maximum length of 51200
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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