Skip to main content

destinations_list_only

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

Overview

Namedestinations_list_only
TypeResource
DescriptionThe AWS::Logs::Destination resource specifies a CloudWatch Logs destination. A destination encapsulates a physical resource (such as an Amazon Kinesis data stream) and enables you to subscribe that resource to a stream of log events.
Idaws.logs.destinations_list_only

Fields

NameDatatypeDescription
destination_namestringThe name of the destination resource
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all destinations in a region.

SELECT
region,
destination_name
FROM aws.logs.destinations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the destinations_list_only resource, see destinations