Skip to content

Latest commit

 

History

History
62 lines (32 loc) · 1.97 KB

File metadata and controls

62 lines (32 loc) · 1.97 KB

API Reference

Classes

Name Description
GithubWebhook No description

Structs

Name Description
GithubWebhookProps No description

class GithubWebhook

Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct

Initializer

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

struct GithubWebhookProps

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