Skip to content

Commit

Permalink
updates generated API docs
Browse files Browse the repository at this point in the history
  • Loading branch information
LarsFronius committed Jan 12, 2022
1 parent d479934 commit 8fc8396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### CommercetoolsSubscription <a name="@larsfronius/commercetools-cdk-constructs.CommercetoolsSubscription" id="larsfroniuscommercetoolscdkconstructscommercetoolssubscription"></a>

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 <a name="@larsfronius/commercetools-cdk-constructs.CommercetoolsSubscription.Initializer" id="larsfroniuscommercetoolscdkconstructscommercetoolssubscriptioninitializer"></a>

Expand Down

0 comments on commit 8fc8396

Please sign in to comment.