From 75cf928ccea0d5653abcc73e7a19075c43b5d690 Mon Sep 17 00:00:00 2001 From: Oscar Carrasquero Date: Tue, 10 Sep 2024 10:56:51 +0200 Subject: [PATCH] Updated Readme with ProductId --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19e0d6c..134b36d 100644 --- a/README.md +++ b/README.md @@ -208,7 +208,7 @@ To build and deploy your application for the first time, complete the following NewSubscribersTableName | Name for the New Subscribers Table; Default value: AWSMarketplaceSubscribers AWSMarketplaceMeteringRecordsTableName | Name for the Metering Records Table; Default value: AWSMarketplaceMeteringRecords TypeOfSaaSListing | allowed values: contracts_with_subscription, contracts, subscriptions; Default value: contracts_with_subscription - ProductCode | Product code provided from AWS Marketplace + ProductId | Product id provided from AWS Marketplace MarketplaceTechAdminEmail | Email to be notified on changes requiring action MarketplaceSellerEmail | (Optional) Seller email address, verified in SES and in 'Production' mode. See [Verify an email address](https://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses-procedure.html) for instruction to verify email addresses. SNSAccountID | AWS account ID hosting the Entitlements and Subscriptions SNS topics. Leave as default.