Table of Contents

Class DescribeApiDestinationResponse

Namespace
Amazon.EventBridge.Model
Assembly
AWSSDK.EventBridge.dll

This is the response object from the DescribeApiDestination operation.

public class DescribeApiDestinationResponse : AmazonWebServiceResponse
Inheritance
DescribeApiDestinationResponse

Constructors

DescribeApiDestinationResponse()

public DescribeApiDestinationResponse()

Properties

ApiDestinationArn

Gets and sets the property ApiDestinationArn.

The ARN of the API destination retrieved.

public string ApiDestinationArn { get; set; }

Property Value

string

ApiDestinationState

Gets and sets the property ApiDestinationState.

The state of the API destination retrieved.

public ApiDestinationState ApiDestinationState { get; set; }

Property Value

ApiDestinationState

ConnectionArn

Gets and sets the property ConnectionArn.

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

public string ConnectionArn { get; set; }

Property Value

string

CreationTime

Gets and sets the property CreationTime.

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

public DateTime CreationTime { get; set; }

Property Value

DateTime

Description

Gets and sets the property Description.

The description for the API destination retrieved.

public string Description { get; set; }

Property Value

string

HttpMethod

Gets and sets the property HttpMethod.

The method to use to connect to the HTTP endpoint.

public ApiDestinationHttpMethod HttpMethod { get; set; }

Property Value

ApiDestinationHttpMethod

InvocationEndpoint

Gets and sets the property InvocationEndpoint.

The URL to use to connect to the HTTP endpoint.

public string InvocationEndpoint { get; set; }

Property Value

string

InvocationRateLimitPerSecond

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 int InvocationRateLimitPerSecond { get; set; }

Property Value

int

LastModifiedTime

Gets and sets the property LastModifiedTime.

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

public DateTime LastModifiedTime { get; set; }

Property Value

DateTime

Name

Gets and sets the property Name.

The name of the API destination retrieved.

public string Name { get; set; }

Property Value

string