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 CreateApiDestination operation. Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.

Inheritance Hierarchy

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

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

Syntax

C#
public class CreateApiDestinationRequest : AmazonCloudWatchEventsRequest
         IAmazonWebServiceRequest

The CreateApiDestinationRequest 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. The destination endpoint must support the authorization type specified for the connection.

Public Property Description System.String

Gets and sets the property Description.

A description for the API destination to create.

Public Property HttpMethod Amazon.CloudWatchEvents.ApiDestinationHttpMethod

Gets and sets the property HttpMethod.

The method to use for the request to the HTTP invocation endpoint.

Public Property InvocationEndpoint System.String

Gets and sets the property InvocationEndpoint.

The URL to the HTTP invocation endpoint for the API destination.

Public Property InvocationRateLimitPerSecond System.Int32

Gets and sets the property InvocationRateLimitPerSecond.

The maximum number of requests per second to send to the HTTP invocation endpoint.

Public Property Name System.String

Gets and sets the property Name.

The name for the API destination to create.

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