eventbridge_update_api_destination {paws.application.integration} | R Documentation |
Updates an API destination
Description
Updates an API destination.
See https://www.paws-r-sdk.com/docs/eventbridge_update_api_destination/ for full documentation.
Usage
eventbridge_update_api_destination(
Name,
Description = NULL,
ConnectionArn = NULL,
InvocationEndpoint = NULL,
HttpMethod = NULL,
InvocationRateLimitPerSecond = NULL
)
Arguments
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. |
[Package paws.application.integration version 0.6.0 Index]