cloudwatchevents_update_api_destination: Updates an API destination

View source: R/cloudwatchevents_operations.R

cloudwatchevents_update_api_destinationR Documentation

Updates an API destination

Description

Updates an API destination.

See https://www.paws-r-sdk.com/docs/cloudwatchevents_update_api_destination/ for full documentation.

Usage

cloudwatchevents_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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.