Table of Contents

Class ListArchivesRequest

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

Container for the parameters to the ListArchives operation. Lists your archives. You can either list all the archives or you can provide a prefix to match to the archive names. Filter parameters are exclusive.

public class ListArchivesRequest : AmazonEventBridgeRequest
Inheritance
ListArchivesRequest

Constructors

ListArchivesRequest()

public ListArchivesRequest()

Properties

EventSourceArn

Gets and sets the property EventSourceArn.

The ARN of the event source associated with the archive.

public string EventSourceArn { get; set; }

Property Value

string

Limit

Gets and sets the property Limit.

The maximum number of results to return.

public int Limit { get; set; }

Property Value

int

NamePrefix

Gets and sets the property NamePrefix.

A name prefix to filter the archives returned. Only archives with name that match 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

State

Gets and sets the property State.

The state of the archive.

public ArchiveState State { get; set; }

Property Value

ArchiveState