Table of Contents

Class UpdateApiDestinationRequest

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

Container for the parameters to the UpdateApiDestination operation. Updates an API destination.

public class UpdateApiDestinationRequest : AmazonEventBridgeRequest
Inheritance
UpdateApiDestinationRequest

Constructors

UpdateApiDestinationRequest()

public UpdateApiDestinationRequest()

Properties

ConnectionArn

Gets and sets the property ConnectionArn.

The ARN of the connection to use for the API destination.

public string ConnectionArn { get; set; }

Property Value

string

Description

Gets and sets the property Description.

The name of the API destination to update.

public string Description { get; set; }

Property Value

string

HttpMethod

Gets and sets the property HttpMethod.

The method to use for the API destination.

public ApiDestinationHttpMethod HttpMethod { get; set; }

Property Value

ApiDestinationHttpMethod

InvocationEndpoint

Gets and sets the property InvocationEndpoint.

The URL to the endpoint to use 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 API destination.

public int InvocationRateLimitPerSecond { get; set; }

Property Value

int

Name

Gets and sets the property Name.

The name of the API destination to update.

public string Name { get; set; }

Property Value

string