cloudwatchevents_list_archives: Lists your archives

View source: R/cloudwatchevents_operations.R

cloudwatchevents_list_archivesR Documentation

Lists your archives

Description

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.

Usage

cloudwatchevents_list_archives(
  NamePrefix = NULL,
  EventSourceArn = NULL,
  State = NULL,
  NextToken = NULL,
  Limit = NULL
)

Arguments

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.


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.