aws.events.list_api_destinations
Example SQL Queries
SELECT * FROMaws.events.list_api_destinations;Description
Retrieves a list of API destination in the account in the current Region.
Table Definition
| Column Name | Column Data Type |
|---|---|
| connection_arn Input Column The ARN of the connection specified for the API destination. | VARCHAR |
| limit Input Column The maximum number of API destinations to include in the response. | BIGINT |
| name_prefix Input Column A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned. | VARCHAR |
| next_token Input Column A token you can use in a subsequent request to retrieve the next set of results. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| api_destinations An array of ApiDestination objects that include information about an API destination. | STRUCT( |
Show child fields
| |