aws.events.describe_api_destination
Example SQL Queries
SELECT * FROMaws.events.describe_api_destinationWHERE"name" = 'VALUE';Description
Retrieves details about an API destination.
Table Definition
| Column Name | Column Data Type |
|---|---|
| name Required Input Column The name of the API destination retrieved. | 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_destination_arn The ARN of the API destination retrieved. | VARCHAR |
| api_destination_state The state of the API destination retrieved. | VARCHAR |
| connection_arn The ARN of the connection specified for the API destination retrieved. | VARCHAR |
| creation_time A time stamp for the time that the API destination was created. | TIMESTAMP_S |
| description The description for the API destination retrieved. | VARCHAR |
| http_method The method to use to connect to the HTTP endpoint. | VARCHAR |
| invocation_endpoint The URL to use to connect to the HTTP endpoint. | VARCHAR |
| invocation_rate_limit_per_second The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours. | BIGINT |
| last_modified_time A time stamp for the time that the API destination was last modified. | TIMESTAMP_S |