Classes
| Name | Description |
|---|---|
| GithubWebhook | No description |
Structs
| Name | Description |
|---|---|
| GithubWebhookProps | No description |
Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct
new GithubWebhook(scope: Construct, id: string, props: GithubWebhookProps)- scope (
Construct) No description - id (
string) No description - props (
GithubWebhookProps) No description- events (
Array) Determines what events the hook is triggered for. - githubApiToken (
string | SecretKey) The OAuth access token. - githubRepoUrl (
string) The Github repo url. - payloadUrl (
string) The URL to which the payloads will be delivered. - logLevel (
string) No description Optional
- events (
| Name | Type | Description |
|---|---|---|
| events | Array |
Determines what events the hook is triggered for. |
| githubApiToken | string | SecretKey |
The OAuth access token. |
| githubRepoUrl | string |
The Github repo url. |
| payloadUrl | string |
The URL to which the payloads will be delivered. |
| logLevel? | string |
Optional |