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.

This is the response object from the DescribeApiDestination operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.CloudWatchEvents.Model.DescribeApiDestinationResponse

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

Syntax

C#
public class DescribeApiDestinationResponse : AmazonWebServiceResponse

The DescribeApiDestinationResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ApiDestinationArn System.String

Gets and sets the property ApiDestinationArn.

The ARN of the API destination retrieved.

Public Property ApiDestinationState Amazon.CloudWatchEvents.ApiDestinationState

Gets and sets the property ApiDestinationState.

The state of the API destination retrieved.

Public Property ConnectionArn System.String

Gets and sets the property ConnectionArn.

The ARN of the connection specified for the API destination retrieved.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
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 Description System.String

Gets and sets the property Description.

The description for the API destination retrieved.

Public Property HttpMethod Amazon.CloudWatchEvents.ApiDestinationHttpMethod

Gets and sets the property HttpMethod.

The method to use to connect to the HTTP endpoint.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InvocationEndpoint System.String

Gets and sets the property InvocationEndpoint.

The URL to use to connect to the HTTP endpoint.

Public Property InvocationRateLimitPerSecond System.Int32

Gets and sets the property InvocationRateLimitPerSecond.

The maximum number of invocations per second to specified for the API destination. Note that if you set the invocation rate maximum to a value lower the rate necessary to send all events received on to the destination HTTP endpoint, some events may not be delivered within the 24-hour retry window. If you plan to set the rate lower than the rate necessary to deliver all events, consider using a dead-letter queue to catch events that are not delivered within 24 hours.

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

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

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