ListWebhookItem
The detail returned for each webhook after listing webhooks, such as the webhook URL, the webhook name, and the webhook ARN.
Contents
- definition
-
The detail returned for each webhook, such as the webhook authentication type and filter rules.
Type: WebhookDefinition object
Required: Yes
- url
-
A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 1000.
Required: Yes
- arn
-
The Amazon Resource Name (ARN) of the webhook.
Type: String
Required: No
- errorCode
-
The number code of the error.
Type: String
Required: No
- errorMessage
-
The text of the error message about the webhook.
Type: String
Required: No
- lastTriggered
-
The date and time a webhook was last successfully triggered, in timestamp format.
Type: Timestamp
Required: No
-
Specifies the tags applied to the webhook.
Type: Array of Tag objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: