Table of Contents

Class ListApiDestinationsRequest

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

Container for the parameters to the ListApiDestinations operation. Retrieves a list of API destination in the account in the current Region.

public class ListApiDestinationsRequest : AmazonEventBridgeRequest
Inheritance
ListApiDestinationsRequest

Constructors

ListApiDestinationsRequest()

public ListApiDestinationsRequest()

Properties

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

Limit

Gets and sets the property Limit.

The maximum number of API destinations to include in the response.

public int Limit { get; set; }

Property Value

int

NamePrefix

Gets and sets the property NamePrefix.

A name prefix to filter results returned. Only API destinations with a name that starts with the prefix are returned.

public string NamePrefix { get; set; }

Property Value

string

NextToken

Gets and sets the property NextToken.

The token returned by a previous call to retrieve the next set of results.

public string NextToken { get; set; }

Property Value

string