api_destinations
Retrieves a list of api_destinations
in a region
Overview
Name | api_destinations |
Type | Resource |
Description | api_destinations |
Id | awscc.events.api_destinations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Name of the apiDestination. |
region | string | AWS 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