Table of Contents

Class CreateApiDestinationRequest

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

Container for the parameters to the CreateApiDestination operation. Creates an API destination, which is an HTTP invocation endpoint configured as a target for events.

API destinations do not support private destinations, such as interface VPC endpoints.

For more information, see API destinations in the EventBridge User Guide.

public class CreateApiDestinationRequest : AmazonEventBridgeRequest
Inheritance
CreateApiDestinationRequest

Constructors

CreateApiDestinationRequest()

public CreateApiDestinationRequest()

Properties

ConnectionArn

Gets and sets the property ConnectionArn.

The ARN of the connection to use for the API destination. The destination endpoint must support the authorization type specified for the connection.

public string ConnectionArn { get; set; }

Property Value

string

Description

Gets and sets the property Description.

A description for the API destination to create.

public string Description { get; set; }

Property Value

string

HttpMethod

Gets and sets the property HttpMethod.

The method to use for the request to the HTTP invocation endpoint.

public ApiDestinationHttpMethod HttpMethod { get; set; }

Property Value

ApiDestinationHttpMethod

InvocationEndpoint

Gets and sets the property InvocationEndpoint.

The URL to the HTTP invocation endpoint for the API destination.

public string InvocationEndpoint { get; set; }

Property Value

string

InvocationRateLimitPerSecond

Gets and sets the property InvocationRateLimitPerSecond.

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

public int InvocationRateLimitPerSecond { get; set; }

Property Value

int

Name

Gets and sets the property Name.

The name for the API destination to create.

public string Name { get; set; }

Property Value

string