Skip to main content

destinations

Retrieves a list of destinations in a region

Overview

Namedestinations
TypeResource
Descriptiondestinations
Idawscc.logs.destinations

Fields

NameDatatypeDescription
destination_namestringThe name of the destination resource
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
destination_name
FROM awscc.logs.destinations
WHERE region = 'us-east-1'

Permissions

To operate on the destinations resource, the following permissions are required:

Create

logs:PutDestination,
logs:PutDestinationPolicy,
logs:DescribeDestinations,
iam:PassRole

List

logs:DescribeDestinations