View source: R/cloudwatchevents_operations.R
cloudwatchevents_update_api_destination | R Documentation |
Updates an API destination.
See https://www.paws-r-sdk.com/docs/cloudwatchevents_update_api_destination/ for full documentation.
cloudwatchevents_update_api_destination(
Name,
Description = NULL,
ConnectionArn = NULL,
InvocationEndpoint = NULL,
HttpMethod = NULL,
InvocationRateLimitPerSecond = NULL
)
Name |
[required] The name of the API destination to update. |
Description |
The name of the API destination to update. |
ConnectionArn |
The ARN of the connection to use for the API destination. |
InvocationEndpoint |
The URL to the endpoint to use for the API destination. |
HttpMethod |
The method to use for the API destination. |
InvocationRateLimitPerSecond |
The maximum number of invocations per second to send to the API destination. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.