Skip to main content

api_destinations

Retrieves a list of api_destinations in a region

Overview

Nameapi_destinations
TypeResource
Descriptionapi_destinations
Idawscc.events.api_destinations

Fields

NameDatatypeDescription
namestringName of the apiDestination.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name
FROM awscc.events.api_destinations
WHERE region = 'us-east-1'

Permissions

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

Create

events:CreateApiDestination,
events:DescribeApiDestination

List

events:ListApiDestinations