List Event Types
| codestarnotifications_list_event_types | R Documentation |
Returns information about the event types available for configuring notifications¶
Description¶
Returns information about the event types available for configuring notifications.
Usage¶
Arguments¶
FiltersThe filters to use to return information by service or resource type.
NextTokenAn enumeration token that, when provided in a request, returns the next batch of the results.
MaxResultsA 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.
Value¶
A list with the following syntax:
list(
EventTypes = list(
list(
EventTypeId = "string",
ServiceName = "string",
EventTypeName = "string",
ResourceType = "string"
)
),
NextToken = "string"
)