Table of Contents

Class ApiDestination

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

Contains details about an API destination.

public class ApiDestination
Inheritance
ApiDestination
Inherited Members

Constructors

ApiDestination()

public ApiDestination()

Properties

ApiDestinationArn

Gets and sets the property ApiDestinationArn.

The ARN of the API destination.

public string ApiDestinationArn { get; set; }

Property Value

string

ApiDestinationState

Gets and sets the property ApiDestinationState.

The state of the API destination.

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.

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

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 the endpoint for the API destination.

public string InvocationEndpoint { get; set; }

Property Value

string

InvocationRateLimitPerSecond

Gets and sets the property InvocationRateLimitPerSecond.

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

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.

public string Name { get; set; }

Property Value

string