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.

Contains details about an API destination.

Inheritance Hierarchy

System.Object
  Amazon.CloudWatchEvents.Model.ApiDestination

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

Syntax

C#
public class ApiDestination

The ApiDestination type exposes the following members

Constructors

NameDescription
Public Method ApiDestination()

Properties

NameTypeDescription
Public Property ApiDestinationArn System.String

Gets and sets the property ApiDestinationArn.

The ARN of the API destination.

Public Property ApiDestinationState Amazon.CloudWatchEvents.ApiDestinationState

Gets and sets the property ApiDestinationState.

The state of the API destination.

Public Property ConnectionArn System.String

Gets and sets the property ConnectionArn.

The ARN of the connection specified for the API destination.

Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

A time stamp for the time that the API destination was created.

Public Property HttpMethod Amazon.CloudWatchEvents.ApiDestinationHttpMethod

Gets and sets the property HttpMethod.

The method to use to connect to the HTTP endpoint.

Public Property InvocationEndpoint System.String

Gets and sets the property InvocationEndpoint.

The URL to the endpoint 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 HTTP endpoint.

Public Property LastModifiedTime System.DateTime

Gets and sets the property LastModifiedTime.

A time stamp for the time that the API destination was last modified.

Public Property Name System.String

Gets and sets the property Name.

The name of the API destination.

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