Update Api Destination
| eventbridge_update_api_destination | R Documentation |
Updates an API destination¶
Description¶
Updates an API destination.
Usage¶
eventbridge_update_api_destination(Name, Description, ConnectionArn,
InvocationEndpoint, HttpMethod, InvocationRateLimitPerSecond)
Arguments¶
Name[required] The name of the API destination to update.
DescriptionThe name of the API destination to update.
ConnectionArnThe ARN of the connection to use for the API destination.
InvocationEndpointThe URL to the endpoint to use for the API destination.
HttpMethodThe method to use for the API destination.
InvocationRateLimitPerSecondThe maximum number of invocations per second to send to the API destination.
Value¶
A list with the following syntax:
list(
ApiDestinationArn = "string",
ApiDestinationState = "ACTIVE"|"INACTIVE",
CreationTime = as.POSIXct(
"2015-01-01"
),
LastModifiedTime = as.POSIXct(
"2015-01-01"
)
)