View source: R/cloudwatchevents_operations.R
cloudwatchevents_list_archives | R Documentation |
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
)
NamePrefix |
A name prefix to filter the archives returned. Only archives with name that match the prefix are returned. |
EventSourceArn |
The ARN of the event source associated with the archive. |
State |
The state of the archive. |
NextToken |
The token returned by a previous call to retrieve the next set of results. |
Limit |
The maximum number of results to return. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.