Returns a list of the notification rule targets for an Amazon Web Services account.
See https://www.paws-r-sdk.com/docs/codestarnotifications_list_targets/ for full documentation.
codestarnotifications_list_targets(
Filters = NULL,
NextToken = NULL,
MaxResults = NULL
)
The filters to use to return information by service or resource type. Valid filters include target type, target address, and target status.
A filter with the same name can appear more than once when used with OR statements. Filters with different names should be applied with AND statements.
An enumeration token that, when provided in a request, returns the next batch of the results.
A non-negative integer used to limit the number of returned results. The maximum number of results that can be returned is 100.