Classes
Name | Description |
---|---|
StripeWebhook | No description |
Structs
Name | Description |
---|---|
StripeWebhookProps | No description |
Implements: IConstruct, IConstruct, IConstruct, IDependable Extends: Construct
new StripeWebhook(scope: Construct, id: string, props: StripeWebhookProps)
- scope (
Construct
) No description - id (
string
) No description - props (
StripeWebhookProps
) No description- events (
Array
) No description - secretKey (
string
) No description - url (
string
) No description - logLevel (
string
) No description Optional
- events (
Name | Type | Description |
---|---|---|
events | Array |
|
secretKey | string |
|
url | string |
|
logLevel? | string |
Optional |