codestarnotifications_list_event_types {paws.developer.tools} | R Documentation |
Returns information about the event types available for configuring notifications.
See https://www.paws-r-sdk.com/docs/codestarnotifications_list_event_types/ for full documentation.
codestarnotifications_list_event_types(
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
Filters |
The filters to use to return information by service or resource type. |
NextToken |
An enumeration token that, when provided in a request, returns the next batch of the results. |
MaxResults |
A non-negative integer used to limit the number of returned results. The default number is 50. The maximum number of results that can be returned is 100. |