Skip to content

Latest commit

 

History

History
129 lines (69 loc) · 4.39 KB

File metadata and controls

129 lines (69 loc) · 4.39 KB

API Reference

Classes

Name Description
StripeEventBusProducer No description
StripeWebhook No description

Structs

Name Description
StripeEventBusProducerProps No description
StripeWebhookProps No description

class StripeEventBusProducer

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

Initializer

new StripeEventBusProducer(scope: Construct, id: string, props: StripeEventBusProducerProps)
  • scope (Construct) No description
  • id (string) No description
  • props (StripeEventBusProducerProps) No description
    • endpointSecret (SecretKey) No description
    • secretKey (SecretKey) No description
    • eventBus (IEventBus) No description Optional
    • source (string) No description Optional
    • throttlingBurstLimit (number) No description Optional
    • throttlingRateLimit (number) No description Optional

Properties

Name Type Description
url string

class StripeWebhook

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

Initializer

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 | SecretKey) No description
    • url (string) No description
    • description (string) No description Optional
    • endpointSecretStore (SecretKeyStore) No description Optional
    • logLevel (string) No description Optional

Properties

Name Type Description
id string

struct StripeEventBusProducerProps

Name Type Description
endpointSecret SecretKey
secretKey SecretKey
eventBus? IEventBus Optional
source? string Optional
throttlingBurstLimit? number Optional
throttlingRateLimit? number Optional

struct StripeWebhookProps

Name Type Description
events Array
secretKey string | SecretKey
url string
description? string Optional
endpointSecretStore? SecretKeyStore Optional
logLevel? string Optional