From 8fc83961ffae0183b06bd0b99c916b08da1a7533 Mon Sep 17 00:00:00 2001 From: Lars Fronius Date: Wed, 12 Jan 2022 23:02:22 +0100 Subject: [PATCH] updates generated API docs --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 71107ee..dfe35ec 100644 --- a/API.md +++ b/API.md @@ -4,7 +4,7 @@ ### CommercetoolsSubscription -new CommercetoolsSubscription(this, 'CTToEventBusSubscription', { messages: [ { "resourceTypeId" : "product", "types: [ ] }], changes: [], projectKey: props.ctProjektKey, secret: Secret.fromSecretNameV2(this, 'CTSecret', `/ocp/${props.envName}/cdk/commercetools-subscription-mgmt`), target: new EventbridgeSubscriptionTarget(this.eventBus) }). +new CommercetoolsSubscription(this, 'CTToEventBusSubscription', { messages: [ { "resourceTypeId" : "product", "types: [ ] }], changes: [], projectKey: props.ctProjektKey, secret: Secret.fromSecretNameV2(this, 'CTSecret', `/ct/${props.envName}/commercetools-subscription-mgmt`), target: new EventbridgeSubscriptionTarget(this.eventBus) }). #### Initializers