View source: R/codepipeline_operations.R
codepipeline_list_webhooks | R Documentation |
Gets a listing of all the webhooks in this Amazon Web Services Region for this account. The output lists all webhooks and includes the webhook URL and ARN and the configuration for each webhook.
See https://www.paws-r-sdk.com/docs/codepipeline_list_webhooks/ for full documentation.
codepipeline_list_webhooks(NextToken = NULL, MaxResults = NULL)
NextToken |
The token that was returned from the previous ListWebhooks call, which can be used to return the next set of webhooks in the list. |
MaxResults |
The maximum number of results to return in a single call. To retrieve the remaining results, make another call with the returned nextToken value. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.