Updates an API destination.
See https://www.paws-r-sdk.com/docs/eventbridge_update_api_destination/ for full documentation.
eventbridge_update_api_destination(
Name,
Description = NULL,
ConnectionArn = NULL,
InvocationEndpoint = NULL,
HttpMethod = NULL,
InvocationRateLimitPerSecond = NULL
)
[required] The name of the API destination to update.
The name of the API destination to update.
The ARN of the connection to use for the API destination.
The URL to the endpoint to use for the API destination.
The method to use for the API destination.
The maximum number of invocations per second to send to the API destination.