devopsguru_list_events {paws.developer.tools} | R Documentation |
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru
Description
Returns a list of the events emitted by the resources that are evaluated by DevOps Guru. You can use filters to specify which events are returned.
See https://www.paws-r-sdk.com/docs/devopsguru_list_events/ for full documentation.
Usage
devopsguru_list_events(
Filters,
MaxResults = NULL,
NextToken = NULL,
AccountId = NULL
)
Arguments
Filters |
[required] A |
MaxResults |
The maximum number of results to return with a single call. To retrieve
the remaining results, make another call with the returned |
NextToken |
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page. |
AccountId |
The ID of the Amazon Web Services account. |
[Package paws.developer.tools version 0.7.0 Index]