Skip to main content

api_destinations_list_only

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

Overview

Nameapi_destinations_list_only
TypeResource
DescriptionResource Type definition for AWS::Events::ApiDestination.
Idaws.events.api_destinations_list_only

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

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all api_destinations in a region.

SELECT
region,
name
FROM aws.events.api_destinations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the api_destinations_list_only resource, see api_destinations