Skip to main content

api_destination

Gets an individual api_destination resource

Overview

Nameapi_destination
TypeResource
Descriptionapi_destination
Idawscc.events.api_destination

Fields

NameDatatypeDescription
namestringName of the apiDestination.
descriptionstring
connection_arnstringThe arn of the connection.
arnstringThe arn of the api destination.
invocation_rate_limit_per_secondinteger
invocation_endpointstringUrl endpoint to invoke.
http_methodstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
name,
description,
connection_arn,
arn,
invocation_rate_limit_per_second,
invocation_endpoint,
http_method
FROM awscc.events.api_destination
WHERE data__Identifier = '<Name>';

Permissions

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

Read

events:DescribeApiDestination

Update

events:UpdateApiDestination,
events:DescribeApiDestination

Delete

events:DeleteApiDestination,
events:DescribeApiDestination