class Aws::CloudWatchEvents::Types::UpdateApiDestinationRequest

@note When making an API call, you may pass UpdateApiDestinationRequest

data as a hash:

    {
      name: "ApiDestinationName", # required
      description: "ApiDestinationDescription",
      connection_arn: "ConnectionArn",
      invocation_endpoint: "HttpsEndpoint",
      http_method: "POST", # accepts POST, GET, HEAD, OPTIONS, PUT, PATCH, DELETE
      invocation_rate_limit_per_second: 1,
    }

@!attribute [rw] name

The name of the API destination to update.
@return [String]

@!attribute [rw] description

The name of the API destination to update.
@return [String]

@!attribute [rw] connection_arn

The ARN of the connection to use for the API destination.
@return [String]

@!attribute [rw] invocation_endpoint

The URL to the endpoint to use for the API destination.
@return [String]

@!attribute [rw] http_method

The method to use for the API destination.
@return [String]

@!attribute [rw] invocation_rate_limit_per_second

The maximum number of invocations per second to send to the API
destination.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/events-2015-10-07/UpdateApiDestinationRequest AWS API Documentation

Constants

SENSITIVE