Classes
Structs
class StripeEventBusProducer
Implements : IConstruct , IConstruct , IConstruct , IDependable
Extends : Construct
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
Name
Type
Description
url
string
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 | SecretKey
) No description
url (string
) No description
description (string
) No description Optional
endpointSecretStore (SecretKeyStore
) No description Optional
logLevel (string
) No description Optional
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