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.
See https://www.paws-r-sdk.com/docs/cloudwatchevents_list_archives/ for full documentation.
cloudwatchevents_list_archives(
NamePrefix = NULL,
EventSourceArn = NULL,
State = NULL,
NextToken = NULL,
Limit = NULL
)
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned.
The ARN of the event source associated with the archive.
The state of the archive.
The token returned by a previous call to retrieve the next set of results.
The maximum number of results to return.