AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateApiDestination operation. Updates an API destination.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchEvents.AmazonCloudWatchEventsRequest
      Amazon.CloudWatchEvents.Model.UpdateApiDestinationRequest

Namespace: Amazon.CloudWatchEvents.Model
Assembly: AWSSDK.CloudWatchEvents.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateApiDestinationRequest : AmazonCloudWatchEventsRequest
         IAmazonWebServiceRequest

The UpdateApiDestinationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ConnectionArn System.String

Gets and sets the property ConnectionArn.

The ARN of the connection to use for the API destination.

Public Property Description System.String

Gets and sets the property Description.

The name of the API destination to update.

Public Property HttpMethod Amazon.CloudWatchEvents.ApiDestinationHttpMethod

Gets and sets the property HttpMethod.

The method to use for the API destination.

Public Property InvocationEndpoint System.String

Gets and sets the property InvocationEndpoint.

The URL to the endpoint to use for the API destination.

Public Property InvocationRateLimitPerSecond System.Int32

Gets and sets the property InvocationRateLimitPerSecond.

The maximum number of invocations per second to send to the API destination.

Public Property Name System.String

Gets and sets the property Name.

The name of the API destination to update.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5